Show / Hide Table of Contents

    Class HighResolutionDateTime

    High resolution datetime

    Inheritance
    Object
    HighResolutionDateTime
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public static class HighResolutionDateTime

    Properties

    IsAvailable

    Gets a value indicating whether high resolution datetime is available

    Declaration
    public static bool IsAvailable { get; }
    Property Value
    Type Description
    Boolean

    UtcNow

    Gets UTC now

    Declaration
    public static DateTime UtcNow { get; }
    Property Value
    Type Description
    DateTime
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.