File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
5.1/Microsoft.PowerShell.Core/About
7.2/Microsoft.PowerShell.Core/About
7.3/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11---
22description : Describes how you can use classes to create your own custom types.
33Locale : en-US
4- ms.date : 11/13/2023
4+ ms.date : 01/19/2024
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-5.1&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about Classes
@@ -129,7 +129,7 @@ class Book {
129129 $this.$Property = $Properties.$Property
130130 }
131131 }
132- # Method to calculate reading time as 30 seconds per page
132+ # Method to calculate reading time as 2 minutes per page
133133 [timespan] GetReadingTime() {
134134 if ($this.PageCount -le 0) {
135135 throw 'Unable to determine reading time from page count.'
Original file line number Diff line number Diff line change 11---
22description : Describes how you can use classes to create your own custom types.
33Locale : en-US
4- ms.date : 11/13/2023
4+ ms.date : 01/19/2024
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.2&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about Classes
@@ -129,7 +129,7 @@ class Book {
129129 $this.$Property = $Properties.$Property
130130 }
131131 }
132- # Method to calculate reading time as 30 seconds per page
132+ # Method to calculate reading time as 2 minutes per page
133133 [timespan] GetReadingTime() {
134134 if ($this.PageCount -le 0) {
135135 throw 'Unable to determine reading time from page count.'
Original file line number Diff line number Diff line change 11---
22description : Describes how you can use classes to create your own custom types.
33Locale : en-US
4- ms.date : 11/13/2023
4+ ms.date : 01/19/2024
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.3&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about Classes
@@ -129,7 +129,7 @@ class Book {
129129 $this.$Property = $Properties.$Property
130130 }
131131 }
132- # Method to calculate reading time as 30 seconds per page
132+ # Method to calculate reading time as 2 minutes per page
133133 [timespan] GetReadingTime() {
134134 if ($this.PageCount -le 0) {
135135 throw 'Unable to determine reading time from page count.'
Original file line number Diff line number Diff line change 11---
22description : Describes how you can use classes to create your own custom types.
33Locale : en-US
4- ms.date : 11/13/2023
4+ ms.date : 01/19/2024
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.4&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about Classes
@@ -129,7 +129,7 @@ class Book {
129129 $this.$Property = $Properties.$Property
130130 }
131131 }
132- # Method to calculate reading time as 30 seconds per page
132+ # Method to calculate reading time as 2 minutes per page
133133 [timespan] GetReadingTime() {
134134 if ($this.PageCount -le 0) {
135135 throw 'Unable to determine reading time from page count.'
Original file line number Diff line number Diff line change 11---
22description : Describes how you can use classes to create your own custom types.
33Locale : en-US
4- ms.date : 11/13/2023
4+ ms.date : 01/19/2024
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_classes?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about Classes
You can’t perform that action at this time.
0 commit comments