ConnectivityInterval.StartTime Property

Definition

Indicates when the connection was initially established.

public:
 property DateTime StartTime { DateTime get(); };
DateTime StartTime();
public System.DateTimeOffset StartTime { get; }
var dateTime = connectivityInterval.startTime;
Public ReadOnly Property StartTime As DateTimeOffset

Property Value

The time at which the connection was established.

Applies to