AircraftListJsonBuilderArgsServerTimeTicks Property |
Gets or sets the time (in ticks) that the last aircraft list received by the site was generated by the server.
This is -1 if the stm query string parameter is not present or not parseable.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long ServerTimeTicks { get; set; }
Public Property ServerTimeTicks As Long
Get
Set
public:
property long long ServerTimeTicks {
long long get ();
void set (long long value);
}
member ServerTimeTicks : int64 with get, set
Property Value
Type:
Int64See Also