Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.DateCreated

TElVFSEntryInformation     See also     


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


Specifies entry create time.

Declaration

[C#]
    DateTime DateCreated;

[VB.NET]
    Property DateCreated As DateTime

[Pascal]
    property DateCreated : TDateTime;

[C++]
    int64_t get_DateCreated();
    void set_DateCreated(int64_t Value);

[PHP]
    DateTime get_DateCreated()
    void set_DateCreated(DateTime $Value)

[Java]
    Date getDateCreated();
    void setDateCreated(Date Value);

Description

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

See also:     DateAccessed     DateModified    

Discuss this help topic in SecureBlackbox Forum