Discuss this help topic in SecureBlackbox Forum
Returns the date when this reply 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 when this reply was last modified.
Discuss this help topic in SecureBlackbox Forum