EpochTime Class

Definition

Returns the absolute DateTime or the Seconds since Unix Epoch, where Epoch is UTC 1970-01-01T0:0:0Z.

public static class EpochTime
type EpochTime = class
Public Class EpochTime
Inheritance
EpochTime

Fields

UnixEpoch

DateTime as UTV for UnixEpoch

Methods

DateTime(Int64)

Creates a DateTime from epoch time.

GetIntDate(DateTime)

Per JWT spec: Gets the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the desired date/time.

Applies to