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