Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.RawLastModDate

TElZipDosFileAttributes     See also     


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


Contains modification date of the file in a raw format.

Declaration

[C#]
    uint RawLastModDate;

[VB.NET]
    Property RawLastModDate As UInt32

[Pascal]
    property RawLastModDate : cardinal;

[C++]
    uint32_t get_RawLastModDate();
    void set_RawLastModDate(uint32_t Value);

[PHP]
    integer get_RawLastModDate()
    void set_RawLastModDate(integer $Value)

[Java]
    int getRawLastModDate();
    void setRawLastModDate(int Value);

Description

    Use this property to retrieve raw file modification date.

See also:     RawAttributes     RawLastModTime    

Discuss this help topic in SecureBlackbox Forum