• Version 1.7.1
Show / Hide Table of Contents

Class ITimestampProvider

Timestamp provider interface.

Inheritance
object
ITimestampProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX