Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObject.CreatedAt

TElBoxDataStorageObject     See also     


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


Specifies when the object was created.

Declaration

[C#]
    DateTime CreatedAt;

[VB.NET]
    Property CreatedAt As DateTime

[Pascal]
    property CreatedAt: TDateTime;

[C++]
    int64_t get_CreatedAt();

[PHP]
    DateTime get_CreatedAt()

[Java]
    Date getCreatedAt();

Description

    Use this property to check object's creation time.

See also:     ContentCreatedAt     CreatedBy     ModifiedAt    

Discuss this help topic in SecureBlackbox Forum