Discuss this help topic in SecureBlackbox Forum
Returns object's last modification date.
Declaration
[C#]
DateTime ModifiedDate;
[VB.NET]
Property ModifiedDate As DateTime
[Pascal]
property ModifiedDate: TDateTime;
[C++]
int64_t get_ModifiedDate();
void set_ModifiedDate(int64_t Value);
[PHP]
DateTime get_ModifiedDate()
void set_ModifiedDate(DateTime $Value)
[Java]
Date getModifiedDate();
void setModifiedDate(Date Value);
Description
Use this property to get the date of the last modification of the file.
Discuss this help topic in SecureBlackbox Forum