Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ATime

TElSftpFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains information about the last access time for a file.

Declaration

[C#]
    DateTime ATime;

[VB.NET]
    Property ATime As DateTime

[Pascal]
    property ATime: TDateTime;

[C++]
    int64_t get_ATime();
    void set_ATime(int64_t Value);

[PHP]
    DateTime get_ATime()
    void set_ATime(DateTime $Value)

[Java]
    Date getATime();
    void setATime(Date Value);

Description

    This property contains information about the last access time for a file.
Time, specified in this property, is in UTC. You need to convert it to/from your local timezone if needed.

See also:     CATime     CTime     MTime    

Discuss this help topic in SecureBlackbox Forum