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