NET FTP Library
Modified Property






KellermanSoftware.NetFtpLibrary Namespace > FTPFileInfo Class : Modified Property
The date the file was modified. If a CalcHourDifference has been called, the date will be adjusted to the current users timezone. The default is the timezone of the FTP server.
Syntax
'Declaration
 
Public Property Modified As System.Date
'Usage
 
Dim instance As FTPFileInfo
Dim value As System.Date
 
instance.Modified = value
 
value = instance.Modified
public System.DateTime Modified {get; set;}
public read-write property Modified: System.DateTime; 
public function get,set Modified : System.DateTime
public: __property System.DateTime get_Modified();
public: __property void set_Modified( 
   System.DateTime value
);
public:
property System.DateTime Modified {
   System.DateTime get();
   void set (    System.DateTime value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTPFileInfo Class
FTPFileInfo Members