FileIdBothDirectoryInfoLastWriteTime Property |
Gets the time this entry was last modified.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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:
DateTimeThe time this entry was last modified.
See Also