IStatisticsViewConnectedDuration Property |
Gets or sets the span of time that has elapsed since the user first connected.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax TimeSpan ConnectedDuration { get; set; }
Property ConnectedDuration As TimeSpan
Get
Set
property TimeSpan ConnectedDuration {
TimeSpan get ();
void set (TimeSpan value);
}
abstract ConnectedDuration : TimeSpan with get, set
Property Value
Type:
TimeSpanSee Also