Discuss this help topic in SecureBlackbox Forum
Contains modification time of the file in a raw format.
Declaration
[C#]
uint RawLastModTime;
[VB.NET]
Property RawLastModTime As UInt32
[Pascal]
property RawLastModTime : cardinal;
[C++]
uint32_t get_RawLastModTime();
void set_RawLastModTime(uint32_t Value);
[PHP]
integer get_RawLastModTime()
void set_RawLastModTime(integer $Value)
[Java]
int getRawLastModTime();
void setRawLastModTime(int Value);
Description
Use this property to retrieve raw file modification time.
Discuss this help topic in SecureBlackbox Forum