FTPClientTimeDifference Property
Time difference between server and client (relative to client).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public TimeSpan TimeDifference { get; set; }
Public Property TimeDifference As TimeSpan
Get
Set
public:
property TimeSpan TimeDifference {
TimeSpan get ();
void set (TimeSpan value);
}
member TimeDifference : TimeSpan with get, set
Property Value
TimeSpan
The time-difference is relative to the server such that, for example, if the server is
in New York and the client is in London then the difference would be -5 hours
(ignoring daylight savings differences). This property only applies to FTP and FTPS.