Retrieves the time when the current directory was last written to.
[Visual Basic] Overridable Public ReadOnly Property LastWriteTime As DateTime [C#] public DateTime LastWriteTime {override get;} [C++] public: __property virtual DateTime get_LastWriteTime(); [JScript] public function get LastWriteTime() : DateTime;
A DateTime value representing the date and time when the directory was last written to.