Creates a datetime from a date and a time.

DateTime := CREATEDATETIME(Date, Time)

Parameters

Date

Type: date

The date that you want to use to create a datetime.

You cannot use an undefined date to create a datetime.

Time

Type: time

The time that you want to use to create a datetime.

You cannot use an undefined time to create a datetime.

Expand imageProperty Value/Return Value

Expand imageSee Also