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