Discuss this help topic in SecureBlackbox Forum
Specifies when the object was created.
Declaration
[C#/Java]
TDateTime CreatedAt;
[VB.NET]
Property CreatedAt As DateTime
[Pascal]
property CreatedAt: TDateTime;
[C++]
int64_t get_CreatedAt();
[PHP]
DateTime get_CreatedAt()
Description
Use this property to check object's creation time.
Discuss this help topic in SecureBlackbox Forum