Search Results for

    Show / Hide Table of Contents

    Class EpochTime

    Inheritance
    System.Object
    EpochTime
    Namespace: SharePointPnP.IdentityModel.Extensions.S2S
    Assembly: PnP.Framework.dll
    Syntax
    public class EpochTime : object

    Constructors

    EpochTime(DateTime)

    Declaration
    public EpochTime(DateTime dateTime)
    Parameters
    System.DateTime dateTime

    EpochTime(Int64)

    Declaration
    public EpochTime(long secondsSinceUnixEpoch)
    Parameters
    System.Int64 secondsSinceUnixEpoch

    EpochTime(String)

    Declaration
    public EpochTime(string secondsSinceUnixEpochString)
    Parameters
    System.String secondsSinceUnixEpochString

    Fields

    UnixEpoch

    Declaration
    public static readonly DateTime UnixEpoch
    Field Value
    System.DateTime

    Properties

    DateTime

    Declaration
    public DateTime DateTime { get; }
    Property Value
    System.DateTime

    SecondsSinceUnixEpoch

    Declaration
    public long SecondsSinceUnixEpoch { get; }
    Property Value
    System.Int64

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer