Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.RawLastModTime

TElZipDosFileAttributes     See also     


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


Contains modification time of the file in a raw format.

Declaration

[C#]
    uint RawLastModTime;

[VB.NET]
    Property RawLastModTime As UInt32

[Pascal]
    property RawLastModTime : cardinal;

[C++]
    uint32_t get_RawLastModTime();
    void set_RawLastModTime(uint32_t Value);

[PHP]
    integer get_RawLastModTime()
    void set_RawLastModTime(integer $Value)

[Java]
    int getRawLastModTime();
    void setRawLastModTime(int Value);

Description

    Use this property to retrieve raw file modification time.

See also:     RawLastModDate     ModTime    

Discuss this help topic in SecureBlackbox Forum