ST_DateAndTime

This structure is used for saving the date and time of an event or for the acknowledgement of an event.

TYPE ST_DateAndTime : 
STRUCT
    Year                : DINT;
    Month               : DINT;
    Day                 : DINT;
    Hour                : DINT;
    Minute              : DINT;
    Second              : DINT;
    mSec                : DINT;
END_STRUCT
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v3.1 Build 4018 and higher

PC (i386)

Tc3_PackML_V2