Retrieves the time when the current file or directory was last written to.
[Visual Basic] MustOverride Public ReadOnly Property LastWriteTime As DateTime [C#] public DateTime LastWriteTime {abstract get;} [C++] public: __property virtual DateTime get_LastWriteTime() = 0; [JScript] public abstract function get LastWriteTime() : DateTime;
A DateTime that is the time when the current file or directory was last written to.
FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace