Class LocalDateTimeProvider
Returns Now.
Implements
Inherited Members
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 |