Define FileTime - DEPRECATED


Purpose

With this opcode the WHIP! data provides a generic way of timestamp representation as part of other opcodes. This opcode represents timestamp in Win32 FILETIME form. Currently this opcode is used as part of the BlockRef opcode to represent the created and modified timestamp of WHIP! blocks. Syntax
 
Opcode format Opcode Operand Format Comments
Extended ASCII (Time <ws><Ilow_time_value><Ihigh_time_value> Low and high time values are stored as maximum length DWORDs.
Extended Binary 0x014D <ULlow_time_value><ULhigh_time_value> Low and high time values are stored as maximum length DWORDs.
Details This opcode is always serialized as part of the BlockRef opcode and should always be uncompressed. In ASCII form, both DWORD values are serialized to a maximum of 11 bytes field length. Default By default,  DWORD timestamp values are zeros.