Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.DateModified

TElVFSEntryInformation     See also     


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


Specifies entry modification date and time.

Declaration

[C#]
    DateTime DateModified;

[VB.NET]
    Property DateModified As DateTime

[Pascal]
    property DateModified : TDateTime;

[C++]
    int64_t get_DateModified();
    void set_DateModified(int64_t Value);

[PHP]
    DateTime get_DateModified()
    void set_DateModified(DateTime $Value)

[Java]
    Date getDateModified();
    void setDateModified(Date Value);

Description

    Use this property to get or set entry modification date and time.

See also:     DateAccessed     DateCreated    

Discuss this help topic in SecureBlackbox Forum