AircraftJsonFirstSeen Property |
Gets or sets the date and time (UTC) that a transmission from the aircraft was first received by the server.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<DateTime> FirstSeen { get; set; }
Public Property FirstSeen As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> FirstSeen {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member FirstSeen : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also