Discuss this help topic in SecureBlackbox Forum

TElBaseTarHeader.MTime

TElBaseTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] MTime;

[VB.NET]
    Property MTime As Byte()

[Pascal]
    property MTime : ByteArray;

[C++]
    void get_MTime(std::vector<uint8_t> &OutResult);
    void set_MTime(const std::vector<uint8_t> &Value);

[PHP]
    string get_MTime()
    void set_MTime(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum