BaseStationAircraftFirstCreated Property |
Gets or sets the date and time (UTC) that the record was created.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime FirstCreated { get; set; }
Public Property FirstCreated As DateTime
Get
Set
public:
property DateTime FirstCreated {
DateTime get ();
void set (DateTime value);
}
member FirstCreated : DateTime with get, set
Property Value
Type:
DateTimeSee Also