BaseStationSystemEventsTimeStamp Property |
Gets or sets the UTC time that the record was written.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime TimeStamp { get; set; }
Public Property TimeStamp As DateTime
Get
Set
public:
property DateTime TimeStamp {
DateTime get ();
void set (DateTime value);
}
member TimeStamp : DateTime with get, set
Property Value
Type:
DateTimeSee Also