NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Directory.LastWriteTime

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;

Property Value

A DateTime value representing the date and time when the directory was last written to.

See Also

Directory Class | Directory Members | System.IO Namespace