This product version has reached end of life and is no longer supported. Click here for the latest documentation.

The BuildDateTime function is a built-in function that returns a DateTime made up of the date d and time t .

Input parameters

d : Date Type

t : Time Type

Output parameters

Date Time Type

Examples

Usage

Result

BuildDateTime( #2015-07-14#, #12:30:34# )

#2015-07-14 12:30:34#

See Also

Available Data and Time Functions | Available Built-in Functions