Discuss this help topic in SecureBlackbox Forum
Returns the date when this comment was first created.
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 check the date when the comment was first created.
Discuss this help topic in SecureBlackbox Forum