Discuss this help topic in SecureBlackbox Forum
Returns the object's creation time.
Declaration
[C#]
DateTime CreatedDate;
[VB.NET]
Property CreatedDate As DateTime
[Pascal]
property CreatedDate: TDateTime;
[C++]
int64_t get_CreatedDate();
[PHP]
DateTime get_CreatedDate()
[Java]
Date getCreatedDate();
Description
Use this property to get the time when the object was created.
Discuss this help topic in SecureBlackbox Forum