Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.ModTime

TElZipDosFileAttributes     See also     


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


Contains modification time of the file.

Declaration

[C#]
    DateTime ModTime;

[VB.NET]
    Property ModTime As DateTime

[Pascal]
    property ModTime : TDateTime;

[C++]
    int64_t get_ModTime();
    void set_ModTime(int64_t Value);

[PHP]
    DateTime get_ModTime()
    void set_ModTime(DateTime $Value)

[Java]
    Date getModTime();
    void setModTime(Date Value);

Description

    Use this property to specify file modification time.

See also:     RawLastModTime    

Discuss this help topic in SecureBlackbox Forum