FileIdBothDirectoryInfoLastWriteTime Property |
The time that the file was last written to.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime LastWriteTime { get; set; }
Public Property LastWriteTime As DateTime
Get
Set
public:
property DateTime LastWriteTime {
DateTime get ();
void set (DateTime value);
}
member LastWriteTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also