DATE type literal

DATE type literal has the following representation:

DATETIME ( <Integer>, <Integer>,
<Integer>[, <Integer>,
<Integer>, <Integer>] )

Values of Date type are specified using the DATETIME keyword followed by year, month, day, hours, minutes and seconds specified sequentially in parentheses. The last three components are optional.

The maximum date which can be specified using DATETIME literal is 31.12.3999 23:59:59.

1C:Enterprise Developer's Community