Click or drag to resize
AircraftOnlineLookupDetailCreatedUtc Property
Gets or sets the date that the cache record was created. 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> CreatedUtc { get; set; }

Property Value

Type: NullableDateTime
See Also