T_FILETIME

Variables of this type are 64-bit numbers. The value corresponds to the number of 100-nanosecond intervals since 1 January 1601 (UTC).

TYPE T_FILETIME :
STRUCT
    dwLowDateTime  : DWORD;
    dwHighDateTime : DWORD;
END_STRUCT
END_TYPE

Value

Meaning

dwLowDateTime

The lower 32 bits

dwHighDateTime

The upper 32 bits

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, Arm®)

Tc2_Utilities (System)