Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.ModifyTimeAvailable

TElTarFileAttributes     See also     


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


Specifies whether last modification time attribute is available.

Declaration

[C#]
    bool ModifyTimeAvailable;

[VB.NET]
    Property ModifyTimeAvailable As Boolean

[Pascal]
    property ModifyTimeAvailable : boolean;

[C++]
    bool get_ModifyTimeAvailable();
    void set_ModifyTimeAvailable(bool Value);

[PHP]
    bool get_ModifyTimeAvailable()
    void set_ModifyTimeAvailable(bool $Value)

[Java]
    boolean getModifyTimeAvailable();
    void setModifyTimeAvailable(boolean Value);

Description

This property specifies whether last modification time attribute is available.

See also:     ModifyTime    

Discuss this help topic in SecureBlackbox Forum