Last write-time of the file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public DateTime LastWriteTime { get; }
Visual Basic
Public ReadOnly Property LastWriteTime As DateTime
	Get
Visual C++
public:
property DateTime LastWriteTime {
	DateTime get ();
}

Remarks

For all events, except the [!:ExFTPConnection.Uploading] event, this property returns the timestamp of the remote file. For [!:ExFTPConnection.Uploading] the timestamp of the local file is provided.

See Also