| UnixTimestamp Methods | 
The UnixTimestamp type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | DateTimeToUnix | 
            Converts a date to a Unix timestamp.
             | 
|   | DateTimeToUnixMillis | 
            Converts a date to a Unix timestamp with millisecond precision.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | TicksToUnix | 
            Converts ticks to a Unix timestamp.
             | 
|   | TicksToUnixMillis | 
            Converts ticks to a Unix timestamp with millisecond precision.
             | 
|  | ToString | (Inherited from Object.) | 
|   | UnixMillisToDateTime | 
            Converts a Unix timestamp with millisecond precision to a date.
             | 
|   | UnixMillisToTicks | 
            Converts a Unix timestamp with millisecond precision to ticks.
             | 
|   | UnixToDateTime | 
            Converts a Unix timestamp to a date.
             | 
|   | UnixToTicks | 
            Converts a Unix timestamp to ticks.
             | 
 See Also
See Also