T_FILETIME

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

The T_FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v2.9.0 Build > 1030

TwinCAT v2.10.0 Build > 1231

PC or CX (x86)

TcUtilities.Lib

( Standard.Lib; TcBase.Lib; TcSystem.Lib are included automatically )

TwinCAT v2.10.0 Build >= 1301

CX (ARM)