Click or drag to resize
AircraftOnlineLookupDetailUpdatedUtc Property
Gets or sets the date that the cache record was last updated. This is not sent by the online service, it is for use by the cache. It is not considered by ContentEquals(AircraftOnlineLookupDetail).

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<DateTime> UpdatedUtc { get; set; }

Property Value

Type: NullableDateTime
See Also