-

LDT_TO_LTOD

Type Function
Description Converts an input value of the data type LDATE_AND_TIME (date with time of day) to a value of the data type LTIME_OF_DAY (time). The function returns the time part of the date and time input value.

Example in ST:

out := LDT_TO_LTOD(LDT#2016-12-10-12:14:00);   (* results in LTOD#12:14:00 *)
Parameters Input

IN

Output

OUT
Additional information EN/ENO behavior