ByHandleFileInfoLastWriteTime Property |
Gets a
DateTime structure.
For a file, the structure specifies the last time that a file is written to.
For a directory, the structure specifies when the directory is created.
If the underlying file system does not support the last access time, this member is zero (0).
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime LastWriteTime { get; }
Public ReadOnly Property LastWriteTime As DateTime
Get
public:
property DateTime LastWriteTime {
DateTime get ();
}
member LastWriteTime : DateTime with get
Property Value
Type:
DateTimeA
DateTime structure that specifies when a file was last written to or the directory created.
See Also