EpochTime Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the absolute DateTime or the Seconds since Unix Epoch, where Epoch is UTC 1970-01-01T0:0:0Z.
public static class EpochTime
type EpochTime = class
Public Class EpochTime
- Inheritance
-
EpochTime
Fields
UnixEpoch |
DateTime as UTV for UnixEpoch |
Methods
DateTime(Int64) |
Creates a DateTime(Int64) from epoch time. |
GetIntDate(DateTime) |
Gets the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the desired date/time. |