JK
Search Results for

    Show / Hide Table of Contents

    Class DefaultDateTimeProvider

    Inheritance
    System.Object
    DefaultDateTimeProvider
    Implements
    IDateTimeProvider
    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.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common.DateTimeProviders
    Assembly: JK.Common.dll
    Syntax
    public sealed class DefaultDateTimeProvider : IDateTimeProvider

    Properties

    | Improve this Doc View Source

    Now

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

    Today

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

    UtcNow

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

    Implements

    IDateTimeProvider

    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