Discuss this help topic in SecureBlackbox Forum
Specifies file modification time.
Declaration
[C#/Java]
DateTime ModifyTime;
[VB.NET]
Property ModifyTime As DateTime
[Pascal]
property ModifyTime : TDateTime;
[C++]
int64_t get_ModifyTime();
void set_ModifyTime(int64_t Value);
[PHP]
DateTime get_ModifyTime()
void set_ModifyTime(DateTime $Value)
Description
Use this property to get or set file modification time.
Discuss this help topic in SecureBlackbox Forum