ConnectivityInterval.StartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.