Gets or sets a value that indicates which date/time is restored after successful transfer if possible.
            Please note that FTP protocol supports LastWriteTime only (CreationTime and LastAccessTime are not supported).
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property RestoreDateTime As ItemDateTimes Get Set | 
| C# | 
|---|
| public ItemDateTimes RestoreDateTime { get; set; } | 
Implements
IFtpSettings..::..RestoreDateTime Remarks
Remarks
Not supported on Universal Windows Platform.
 
     
     
     
     
    