UnixTimestamp Class |
Namespace: FM.IceLink
The UnixTimestamp type exposes the following members.
| Name | Description | |
|---|---|---|
| UnixTimestamp | Initializes a new instance of the UnixTimestamp class |
| 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.
|