2.64.3.34 Scalar Function: Date 1

The following are the arguments, types, and specification of the Date scalar function.

Function

Arguments

Type

Specification

Date

Return

DateTime

A DateTime with the given year, month and day at 00:00:00.

Year

Integer

The year for the date.

Month

Integer

The month (1–12) for the date.

Day

Integer

The day (1–31) for the date.

The value MUST be a valid day of the given month and year.