| disStructureTimeAbsoluteTime Property |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Gets or sets the absolute or relative bit in timePastHour
Namespace:
BSI.MACE.Network.DIS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public bool AbsoluteTime { get; set; }
Public Property AbsoluteTime As Boolean
Get
Set
Property Value
Type:
BooleanTrue to set absolute time.
Return Value
Type:
BooleanTrue for absolute time.
Remarks An absolute timestamp shall be used when simulation application clocks are synchronized to UTC. The use
of the absolute timestamp shall be signified by the least significant bit set to one.
A relative timestamp shall be used when simulation application clocks are not synchronized. Each
simulation application shall keep time beginning with an arbitrary starting point. The time indicated by the
timestamp shall be relative to the simulation application issuing the PDU. The use of the relative timestamp
shall be signified by the least significant bit set to zero.
See Also