Discuss this help topic in SecureBlackbox Forum
Contains modification time of the file.
Declaration
[VB.NET]
Property ModTime As DateTime
[Pascal]
property ModTime : TDateTime;
[C++]
int64_t get_ModTime();
void set_ModTime(int64_t Value);
[PHP]
DateTime get_ModTime()
void set_ModTime(DateTime $Value)
[Java]
Date getModTime();
void setModTime(Date Value);
Description
Use this property to specify file modification time.
Discuss this help topic in SecureBlackbox Forum