AircraftFetcherTKey, TDetailFetchedDetailLastCheckedUtc Property |
Gets or sets the time that the details were last fetched.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime LastCheckedUtc { get; set; }
Public Property LastCheckedUtc As DateTime
Get
Set
public:
property DateTime LastCheckedUtc {
DateTime get ();
void set (DateTime value);
}
member LastCheckedUtc : DateTime with get, set
Property Value
Type:
DateTimeSee Also