DTConcat (FUN)ΒΆ
FUNCTION DTConcat : DATE_AND_TIME
The function 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.
- InOut:
- Scope - Name - Type - Comment - Return - DTConcat- DT- Input - uiYear- UINT- 1970 .. 2099 - uiMonth- UINT- 1 .. 12 - uiDay- UINT- 1 .. 31 - uiHour- UINT- 0 .. 23 - uiMinute- UINT- 0 .. 59 - uiSecond- UINT- 0 .. 59 - peError- POINTER TO ERROR 
