FileSystemEntryInfoLastWriteTime Property |
The instance 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:
DateTimeSee Also