AircraftListJsonServerTime Property |
Gets or sets the server's current time as the number of Javascript ticks in a UTC DateTime.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long ServerTime { get; set; }
Public Property ServerTime As Long
Get
Set
public:
property long long ServerTime {
long long get ();
void set (long long value);
}
member ServerTime : int64 with get, set
Property Value
Type:
Int64See Also