Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.CreationDate

TElWebDAVStorageObject     See also     


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


Specifies object's creation date.

Declaration

[C#]
    DateTime CreationDate;

[VB.NET]
    Property CreationDate As DateTime

[Pascal]
    property CreationDate : TElDateTime;

[C++]
    int64_t get_CreationDate();

[PHP]
    DateTime get_CreationDate()

[Java]
    Date getCreationDate();

Description

    Use this property to get object's creation date.

See also:     LastModified    

Discuss this help topic in SecureBlackbox Forum