Class LocalDateTimeProvider
Returns System.DateTime.Now.
Inheritance
System.Object
LocalDateTimeProvider
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Apache.Ignite.Core.Log
Assembly: Apache.Ignite.Core.dll
Syntax
public class LocalDateTimeProvider : IDateTimeProvider
Fields
Instance
Default instance.
Declaration
public static readonly LocalDateTimeProvider Instance
Field Value
Type | Description |
---|---|
LocalDateTimeProvider |
Methods
Now()
Gets current System.DateTime.
Declaration
public DateTime Now()
Returns
Type | Description |
---|---|
System.DateTime |