This function of the CAA_DTUtil.library converts hour, minute and second to the IEC 6-1131-3 format TIME_OF_DAY. In case of invalid inputs TOD#00:00 will be returned.
Input:
uiHour
|
UINT
|
Hour (0..23)
|
uiMinute
|
UINT
|
Minute (0..59)
|
uiSecond
|
UINT
|
Second (0..59)
|
uiMillisecond
|
UINT
|
Second (0..999)
|