Class ITimestampProvider
Timestamp provider interface.
Inherited Members
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class ITimestampProvider
Properties
EpochTimestamp
Declaration
public ulong EpochTimestamp { get; }
Property Value
Type | Description |
---|---|
ulong |
Now
Declaration
public virtual DateTime Now { get; }
Property Value
Type | Description |
---|---|
DateTime |
UtcNow
Declaration
public virtual DateTime UtcNow { get; }
Property Value
Type | Description |
---|---|
DateTime |