Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.MTime

TElSftpFileAttributes     See also     


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


Contains information about the last modification time for a file.

Declaration

[C#]
    DateTime MTime;

[VB.NET]
    Property MTime As DateTime

[Pascal]
    property MTime : TDateTime;

[C++]
    int64_t get_MTime();
    void set_MTime(int64_t Value);

[PHP]
    DateTime get_MTime()
    void set_MTime(DateTime $Value)

[Java]
    Date getMTime();
    void setMTime(Date Value);

Description

    This property contains information about the last modification 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:     ATime     CATime     CTime    

Discuss this help topic in SecureBlackbox Forum