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