Discuss this help topic in SecureBlackbox Forum
Returns the date when this comment or any of its replies was last modified.
Declaration
[C#]
DateTime ModifiedDate;
[VB.NET]
Property ModifiedDate As DateTime
[Pascal]
property ModifiedDate: TDateTime;
[C++]
int64_t get_ModifiedDate();
[PHP]
DateTime get_ModifiedDate()
[Java]
Date getModifiedDate();
Description
Use this property to check the date when the comment or its relies were last modified.
Discuss this help topic in SecureBlackbox Forum