Click or drag to resize
EpochTimeExtensions Methods

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