CreateDateTime(year, month, day, hour, minute, second)
Returns a valid date/time object.
See also CreateDate, CreateTime, CreateODBCDateTime, and Now.
Number representing the year in the range 100-9999.
Number representing the month of the year, ranging from 1 (January) to 12 (December).
Number representing the day of the month, ranging from 1 to 31.
Number representing the hour, ranging from 0 to 23.
Number representing the minute, ranging from 0 to 59.
Number representing the second, ranging from 0 to 59.
Years less than 100 are interpreted as 20th century values.