Differences
This shows you the differences between the selected revisions of the page.
| 2017-10-16 | 2018-08-20 | ||
| relative anchor (martin) | links update (martin) | ||
| Line 67: | Line 67: | ||
| </code> | </code> | ||
| - | To calculate relative times, use methods of the ''[[https://msdn.microsoft.com/en-us/library/system.datetime.aspx|DateTime]]'' class, like the ''[[https://msdn.microsoft.com/en-us/library/system.datetime.adddays.aspx|AddDays]]''. To format the calculated timestamp, use the ''[[https://msdn.microsoft.com/en-us/library/zdtaw1bw.aspx|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> | ||