| EpochTimeExtensions Class |
Namespace: Intuit.Ipp.OAuth2PlatformClient
public static class EpochTimeExtensions
The EpochTimeExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ToDateTimeFromEpoch | ||
| ToDateTimeOffsetFromEpoch |
Converts the given epoch time to a UTC DateTimeOffset.
| |
| ToEpochTime(DateTime) |
Converts the given date value to epoch time.
| |
| ToEpochTime(DateTimeOffset) |
Converts the given date value to epoch time.
|