Method | Description | |
---|---|---|
ToDateTime ( this unixEpoch ) : System.DateTime | ||
ToDateTime ( this unixEpoch, |
||
ToUnixEpoch ( this dateTime ) : System.Int64 | ||
ToUnixEpoch ( this dateTime, |
public static ToDateTime ( this unixEpoch ) : System.DateTime | ||
unixEpoch | this | |
return | System.DateTime |
public static ToDateTime ( this unixEpoch, |
||
unixEpoch | this | |
timeZoneInfo | ||
return | System.DateTime |
public static ToUnixEpoch ( this dateTime ) : System.Int64 | ||
dateTime | this | |
return | System.Int64 |
public static ToUnixEpoch ( this dateTime, |
||
dateTime | this | |
timeZoneInfo | ||
return | System.Int64 |