Show / Hide Table of Contents

    Class SystemClock

    Implementation of ISystemClock that uses real system clock.

    Inheritance
    System.Object
    SystemClock
    Implements
    ISystemClock
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Nier.Commons
    Assembly: cs.temp.dll.dll
    Syntax
    public class SystemClock : ISystemClock

    Fields

    Instance

    Singleton instance

    Declaration
    public static readonly SystemClock Instance
    Field Value
    Type Description
    SystemClock

    Properties

    UtcNow

    Declaration
    public DateTimeOffset UtcNow { get; }
    Property Value
    Type Description
    System.DateTimeOffset

    Implements

    ISystemClock
    Back to top Generated by DocFX