Click or drag to resize

disStructureTime Structure

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

DIS time strcuture.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public struct disStructureTime

The disStructureTime type exposes the following members.

Constructors
  NameDescription
Public methoddisStructureTime
Create a dis time structure from mission time in seconds.
Top
Properties
  NameDescription
Public propertyAbsoluteTime
Gets or sets the absolute or relative bit in timePastHour
Public propertytimeSeconds
Gets or sets time in seconds.
Public propertytimeUints
Gets the combined hour and timePastHour values (including absolute time flag).
Public propertytoDateTime
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldhour
Hours since Jan 1 1970, UTC.
Public fieldtimePastHour
Amount of time past the hour as a timestamp.
Top
Remarks