BaseStationSessionStartTime Property |
Gets or sets the time at UTC when the session began.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime StartTime { get; set; }
Public Property StartTime As DateTime
Get
Set
public:
property DateTime StartTime {
DateTime get ();
void set (DateTime value);
}
member StartTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also