Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.CTime

TElSftpFileAttributes     See also     


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


Contains information about file creation time.

Declaration

[C#]
    DateTime CTime;

[VB.NET]
    Property CTime As DateTime

[Pascal]
    property CTime: TDateTime;

[C++]
    int64_t get_CTime();
    void set_CTime(int64_t Value);

[PHP]
    DateTime get_CTime()
    void set_CTime(DateTime $Value)

[Java]
    Date getCTime();
    void setCTime(Date Value);

Description

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

See also:     ATime     CATime     MTime    

Discuss this help topic in SecureBlackbox Forum