FTPFileTransferEventArgsLastWriteTime Property
Last write-time of the file.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public DateTime LastWriteTime { get; }
Public ReadOnly Property LastWriteTime As DateTime
Get
public:
property DateTime LastWriteTime {
DateTime get ();
}
member LastWriteTime : DateTime with get
Property Value
DateTime
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.