BaseStationFlightEndTime Property |
Gets or sets the time of the last message received from the aircraft (UTC).
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTime> EndTime { get; set; }
Public Property EndTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> EndTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member EndTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also