Discuss this help topic in SecureBlackbox Forum
The object's creation time.
Declaration
[C#]
DateTime CreatedTime;
[VB.NET]
Property CreatedTime As DateTime
[Pascal]
property CreatedTime: TDateTime;
[C++]
int64_t get_CreatedTime();
[PHP]
DateTime get_CreatedTime()
[Java]
Date getCreatedTime();
Description
Returns the time at which the object was created.
Discuss this help topic in SecureBlackbox Forum