Interface ITimestamp
Represents the Timestamp field with time units specified.
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public interface ITimestamp : IComposite
Properties
Time
Time value measured in time units.
Declaration
UInt64 Time { get; set; }
Property Value
Type | Description |
---|---|
UInt64 |
Unit
Time unit.
Declaration
TimeUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
TimeUnit |