FUNCTION DTSplit : ERROR
The function provides year, month, hour, minute and second from the IEC 6-1131-3 format DATE_AND_TIME.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
DTSplit
|
ERROR
|
|
Input
|
dtDateAndTime
|
DT
|
|
puiYear
|
POINTER TO UINT
|
1970 .. 2099
|
puiMonth
|
POINTER TO UINT
|
1 .. 12
|
puiDay
|
POINTER TO UINT
|
1 .. 31
|
puiHour
|
POINTER TO UINT
|
0 .. 23
|
puiMinute
|
POINTER TO UINT
|
0 .. 59
|
puiSecond
|
POINTER TO UINT
|
0 .. 59
|
|