Click or drag to resize

FTPFileInfoLastWriteTimeUtc Property

Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public DateTime LastWriteTimeUtc { get; set; }

Property Value

Type: DateTime
The last write time UTC.
See Also