Click or drag to resize
EpochTimeExtensions Class
Helper class for Epoch time conversions
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.OAuth2PlatformClientEpochTimeExtensions

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class EpochTimeExtensions

The EpochTimeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToDateTimeFromEpoch
Converts the given epoch time to a DateTime with Utc kind.
Public methodStatic memberToDateTimeOffsetFromEpoch
Converts the given epoch time to a UTC DateTimeOffset.
Public methodStatic memberToEpochTime(DateTime)
Converts the given date value to epoch time.
Public methodStatic memberToEpochTime(DateTimeOffset)
Converts the given date value to epoch time.
Top
See Also