PowerTCP SSH and SFTP for .NET
ATIME Property




Gets or sets time last accessed. Jan 1, 1970 if not initialized.
Syntax
'Declaration
 
Public Property ATIME As Date
'Usage
 
Dim instance As SftpFileAttributes
Dim value As Date
 
instance.ATIME = value
 
value = instance.ATIME
public DateTime ATIME {get; set;}
public: __property DateTime get_ATIME();
public: __property void set_ATIME( 
   DateTime value
);
public:
property DateTime ATIME {
   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