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.DateTime
dateTime
|
public EpochTime(long secondsSinceUnixEpoch)
|
System.Int64
secondsSinceUnixEpoch
|
public EpochTime(string secondsSinceUnixEpochString)
|
System.String
secondsSinceUnixEpochString
|
public static readonly DateTime UnixEpoch
|
System.DateTime
|
public DateTime DateTime { get; }
|
System.DateTime
|
public long SecondsSinceUnixEpoch { get; }
|
System.Int64
|