AircraftJsonPositionTime Property |
Gets or sets the time that the
Latitude and
Longitude were
transmitted as a number of .NET ticks.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<long> PositionTime { get; set; }
Public Property PositionTime As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> PositionTime {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member PositionTime : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also