Class EpochTime
Inheritance
System.Object
EpochTime
Namespace: SharePointPnP.IdentityModel.Extensions.S2S
Assembly: PnP.Framework.dll
Syntax
public class EpochTime : object
public class EpochTime : object
public EpochTime(DateTime dateTime)
System.
|
public EpochTime(long secondsSinceUnixEpoch)
System.
|
public EpochTime(string secondsSinceUnixEpochString)
System.
|
public static readonly DateTime UnixEpoch
System.
|
public DateTime DateTime { get; }
System.
|
public long SecondsSinceUnixEpoch { get; }
System.
|