Discuss this help topic in SecureBlackbox Forum
Specifies object's creation date.
Declaration
[C#]
DateTime CreationDate;
[VB.NET]
Property CreationDate As DateTime
[Pascal]
property CreationDate : TElDateTime;
[C++]
int64_t get_CreationDate();
[PHP]
DateTime get_CreationDate()
[Java]
Date getCreationDate();
Description
Use this property to get object's creation date.
Discuss this help topic in SecureBlackbox Forum