Converting dates/times into ticks using the PowerShell Get-Date applet is simple. However, how do you do the opposite operation; converting the ticks back into a date and time?
Converting dates/times into ticks using the PowerShell Get-Date applet is simple. However, how do
Share
Just cast the number into a
DateTime. TheDateTimesingle-parameter constructor takes alongas number of ticks.