Method | Description | |
---|---|---|
AsUnixDate ( this self ) : System.DateTime |
Parses a long representation of an Unix Date into a DateTime.
|
|
ToUnixDate ( this self ) : long |
Parses a DateTime into it's long representation in Unix Date format.
|
public static AsUnixDate ( this self ) : System.DateTime | ||
self | this | The long representation of an Unix Date. |
return | System.DateTime |
public static ToUnixDate ( this self ) : long | ||
self | this | The DateTime object to parse. |
return | long |