Gets or sets a time offset, which is added to date/time value when sending MDTM command to the FTP server. If this offset is set, other workarounds for MDTM command are disabled.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property MdtmSetTimeOffset As Nullable(Of TimeSpan)
	Get
	Set
C#
public Nullable<TimeSpan> MdtmSetTimeOffset { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also