NetworkInfoConnectionTimeUtc Property |
Gets the date and time when the network was connected. This value of this property is not cached.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DateTime ConnectionTimeUtc { get; }
Public ReadOnly Property ConnectionTimeUtc As DateTime
Get
public:
property DateTime ConnectionTimeUtc {
DateTime get ();
}
member ConnectionTimeUtc : DateTime with get
Property Value
Type:
DateTimeSee Also