JK
Search Results for

    Show / Hide Table of Contents

    Interface IDateTimeProvider

    Namespace: JK.Common.DateTimeProviders
    Assembly: JK.Common.dll
    Syntax
    public interface IDateTimeProvider

    Properties

    | Improve this Doc View Source

    Now

    Declaration
    DateTime Now { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Today

    Declaration
    DateTime Today { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    UtcNow

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

    Extension Methods

    ClassExtensions.IsNull<T>(T)
    ClassExtensions.IsNotNull<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX