Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.ModifyTime

TElGZipFileAttributes     


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


Specifies the modification time of the archived file.

Declaration

[C#]
    DateTime ModifyTime;

[VB.NET]
    Property ModifyTime As DateTime

[Pascal]
    property ModifyTime : TElDateTime;

[C++]
    int64_t get_ModifyTime();
    void set_ModifyTime(int64_t Value);

[PHP]
    DateTime get_ModifyTime()
    void set_ModifyTime(DateTime $Value)

[Java]
    Date getModifyTime();
    void setModifyTime(Date Value);

Description

This property contains the most recent modification time of the archived file. The time is in Unix format, i.e., seconds since 00:00:00 GMT, Jan. 1, 1970. When this property is 0 (zero), no time stamp is available.

Discuss this help topic in SecureBlackbox Forum