The function DateTimeLib.timestampFrom returns a TIMESTAMP value that is built based on a DATE and TIME that you specify.
DateTimeLib.timestampFrom( tsDate DATE in, tsTime TIME in) returns (result TIMESTAMP)
Related concepts
Syntax diagram for EGL functions
Related reference
Datetime expressions
EGL library DateTimeLib
TIMESTAMP