FileIdBothDirectoryInfoCreationTimeUtc 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; set; }
Public Property CreationTimeUtc As DateTime
Get
Set
public:
property DateTime CreationTimeUtc {
DateTime get ();
void set (DateTime value);
}
member CreationTimeUtc : DateTime with get, set
Property Value
Type:
DateTimeThe time, in coordinated universal time (UTC), this entry was created.
See Also