Search Results for

    Show / Hide Table of Contents

    Class LocalDateTimeProvider

    Returns Now.

    Inheritance
    object
    LocalDateTimeProvider
    Implements
    IDateTimeProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Log
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class LocalDateTimeProvider : IDateTimeProvider

    Fields

    Instance

    Default instance.

    Declaration
    [SuppressMessage("Microsoft.Security", "CA2104:DoNotDeclareReadOnlyMutableReferenceTypes", Justification = "Type is immutable.")]
    public static readonly LocalDateTimeProvider Instance
    Field Value
    Type Description
    LocalDateTimeProvider

    Methods

    Now()

    Gets current DateTime.

    Declaration
    public DateTime Now()
    Returns
    Type Description
    DateTime

    Implements

    IDateTimeProvider
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation