DRAFTThis page is not published. Only visible in development mode.
datetime module

datetime::new

Create a new datetime from a date and time.

Syntax

RQL

Parameters

NameTypeDescription
dateDateThe date component
timeTimeThe time component

Return Value

Returns a Datetime constructed from the specified date and time.

Examples

$ Create new datetime from date and time
$ ctrl+enter to run

Related Functions