ByHandleFileInfoCreationTime Property |
Gets a
DateTime structure that specifies when a file or directory was created.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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:
DateTimeA
DateTime structure that specifies when a file or directory was created.
See Also