10.10.2 AsDateTime
AsDateTime returns a DateTime variable that combines the Time and the Date specified in the Date parameter
Input Parameters
Date - Date to be combined with Time
Example
#DateTime := #Time.AsDateTime( #Date )
In this example, if #Time contained 12:34:56 and #Datetime contained 2004-12-31, the result would be 2004-12-31 12:34:56.
Ý 10.10 Time Intrinsic Functions