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