edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTP/FTPS Only] Time difference between server and client (relative to client).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual TimeSpan TimeDifference { get; set; }
Visual Basic
Public Overridable Property TimeDifference As TimeSpan
	Get
	Set
Visual C++
public:
virtual property TimeSpan TimeDifference {
	TimeSpan get ();
	void set (TimeSpan value);
}

Remarks

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.

See Also