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; } |