Differences
This shows you the differences between the selected revisions of the page.
| 2018-08-20 | 2022-01-14 | ||
| links update (martin) | link update (martin) | ||
| Line 67: | Line 67: | ||
| </code> | </code> | ||
| - | To calculate relative times, use methods of the ''[[dotnet>system.datetime|DateTime]]'' class, like the ''[[dotnet>system.datetime.adddays|AddDays]]''. To format the calculated timestamp, use the ''[[dotnet>system.datetime.tostring#System_DateTime_ToString_System_String_|ToString]]'' method. | + | To calculate relative times, use methods of the ''[[dotnet>system.datetime|DateTime]]'' class, like the ''[[dotnet>system.datetime.adddays|AddDays]]''. To format the calculated timestamp, use the ''[[dotnet>system.datetime.tostring#system-datetime-tostring(system-string)|ToString]]'' method. |
| <code powershell> | <code powershell> | ||