ByHandleFileInfoCreationTimeUtc Property |
Gets the time, in coordinated universal time (UTC), this entry was created.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DateTime CreationTimeUtc { get; }
Public ReadOnly Property CreationTimeUtc As DateTime
Get
public:
property DateTime CreationTimeUtc {
DateTime get ();
}
member CreationTimeUtc : DateTime with get
Property Value
Type:
DateTimeThe time, in coordinated universal time (UTC), this entry was created.
See Also