PowerTCP SSH and SFTP for .NET
MTIME Property




Gets or sets time last modified. Jan 1, 1970 if not initialized.
Syntax
'Declaration
 
Public Property MTIME As Date
'Usage
 
Dim instance As SftpFileAttributes
Dim value As Date
 
instance.MTIME = value
 
value = instance.MTIME
public DateTime MTIME {get; set;}
public: __property DateTime get_MTIME();
public: __property void set_MTIME( 
   DateTime value
);
public:
property DateTime MTIME {
   DateTime get();
   void set (    DateTime value);
}
See Also

Reference

SftpFileAttributes Class
SftpFileAttributes Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic