ReportFlightJsonEndTime Property |
Gets or sets the time that a transmission from the aircraft was last seen.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime EndTime { get; set; }
Public Property EndTime As DateTime
Get
Set
public:
property DateTime EndTime {
DateTime get ();
void set (DateTime value);
}
member EndTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also