Show / Hide Table of Contents

    Interface ISystemClock

    Abstracts the system clock to facilitate testing.

    Namespace: Nier.Commons
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ISystemClock

    Properties

    UtcNow

    Retrieves the current system time in UTC.

    Declaration
    DateTimeOffset UtcNow { get; }
    Property Value
    Type Description
    System.DateTimeOffset
    Back to top Generated by DocFX