FUNCTION JoinDateTime : ULINT
Returns a timestamp in milliseconds since 1.1.1970 00:00:00.000 calculated out of the parameters
InOut:
|
Scope
|
Name
|
Type
|
Initial
|
Comment
|
Return
|
JoinDateTime
|
ULINT
|
|
date and time in milliseconds since 1.1.1970 00:00:00.000
|
Input
|
uiYear
|
YEAR
|
|
1970..2106
|
uiMonth
|
MONTH
|
|
|
uiDay
|
DAY
|
|
|
uiHour
|
HOUR
|
|
|
uiMinute
|
MINUTE
|
|
|
uiSecond
|
SECOND
|
|
|
uiMilliseconds
|
MILLISECOND
|
|
|
Output
|
eErrorID
|
ERROR
|
ERROR.NO_ERROR
|
|
|