-

CONCAT_LDT

Type Function
Description Concatenates (combines) the integer values (ANY_INT) for year, month, day, hour, minute, second, millisecond, microsecond and nanosecond to build a date with time of day. The result is stored to the output of the data type LDATE_AND_TIME.

The function is an overloaded function. It can operate on all ANY_INT input data types.
Parameters Inputs

YEAR

MONTH

DAY

HOUR

MINUTE

SECOND

MILLISECOND

MICROSECOND

NANOSECOND

Output

OUT
Error behavior Error behavior
Examples Example in ST

out := CONCAT_LDT(2016, 11, 14, 22, 55, 10, 882, 70, 223);   (* results in LDT#2016-11-14-22:55:10.882 070 223 *)
Additional information EN/ENO behavior