Attention

IronPLC implements many parts of the IEC 61131-3 standard and is working toward full Structured Text support. Key features still missing include arrays and structures. Try it out in the IronPLC Playground.

LDATE_AND_TIME

64-bit combined date and time of day value.

Note

LDATE_AND_TIME is an IEC 61131-3:2013 (Edition 3) type. You must pass --std-iec-61131-3=2013 to the compiler. See ironplcc for details.

Size

64 bits (millisecond resolution)

Default

LDT#0001-01-01-00:00:00

IEC 61131-3

Section 2.3.1 (Edition 3)

Support

Supported (requires --std-iec-61131-3=2013)

Example

Literals

LDT#2024-01-15-14:30:00
LDATE_AND_TIME#2024-12-31-23:59:59

See Also