AircraftOnlineLookupDetailCreatedUtc Property |
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> CreatedUtc { get; set; }
Public Property CreatedUtc As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> CreatedUtc {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member CreatedUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also