DATETIME
(DATETIME(
date,time
))
Concatenates date and time variables or constants.
The following expression concatenates the #DATE and #TIME values into a variable (
vdatetime
) that has a DATETIME data type.
SET VAR vdatetime=(DATETIME(.#DATE,.#TIME))