| AirbornePositionMessagePositionTimeIsExact Property  | 
            Gets or sets a value indicating that the time at which the horizontal position was recorded is an exact 0.2 second UTC epoch or not.
            
 
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool PositionTimeIsExact { get; set; }Public Property PositionTimeIsExact As Boolean
	Get
	Set
public:
property bool PositionTimeIsExact {
	bool get ();
	void set (bool value);
}member PositionTimeIsExact : bool with get, set
Property Value
Type: 
Boolean
See Also