SplitTimeOfDay - Manual - SIMATIC AX - Datetime functions. - System.DateTime,library

System.DateTime library

Portfolio
SIMATIC AX
Product
SIMATIC AX
Software version
7.0.17
Edition
08/2025
Language
English (original)
Package Name
@ax/system-datetime

Gets the components of a LTIME_OF_DAY value.

Parameters:

Name Type Section Description
value LTIME_OF_DAY Input The LTIME_OF_DAY value.
hour INT Output The hour component of the value.
minute INT Output The minute component of the value.
second INT Output The second component of the value.
millisecond INT Output The millisecond component of the value.
microsecond INT Output The microsecond component of the value.
nanosecond INT Output The nanosecond component of the value.