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!

FileSystemEntry.LastWriteTime

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;

Property Value

A DateTime that is the time when the current file or directory was last written to.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace