Discuss this help topic in SecureBlackbox Forum
Contains modification date of the file in a raw format.
Declaration
[C#/Java]
uint RawLastModDate;
[VB.NET]
Property RawLastModDate As UInt32
[Pascal]
property RawLastModDate : cardinal;
[C++]
uint32_t get_RawLastModDate();
void set_RawLastModDate(uint32_t Value);
[PHP]
integer get_RawLastModDate()
void set_RawLastModDate(integer $Value)
Description
Use this property to retrieve raw file modification date.
Discuss this help topic in SecureBlackbox Forum