IStatisticsConnectionTimeUtc Property |
Gets or sets the date and time at UTC when the connection to the listener was first established.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Nullable<DateTime> ConnectionTimeUtc { get; set; }
Property ConnectionTimeUtc As Nullable(Of DateTime)
Get
Set
property Nullable<DateTime> ConnectionTimeUtc {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
abstract ConnectionTimeUtc : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also