The function of the CAA_DTUtil.library converts year, month, hour, minute and second to the IEC 6-1131-3 format DATE_AND_TIME. In case of invalid inputs DT#1970-01-01-00:00 will be returned.
Input:
uiYear
|
UINT
|
Year (1970..2099)
|
uiMonth
|
UINT
|
Month (1..12)
|
uiDay
|
UINT
|
Day (1..31)
|
uiHour
|
UINT
|
Hour (0..23)
|
uiMinute
|
UINT
|
Minute (0..59)
|
uiSecond
|
UINT
|
Second (0..59)
|
Output:
dtDateAndTime
|
DATE_AND_TIME
|
Date / Time
|