The DATE type is an integral type that stores a date value.
The DATE is internally stored in 3 fields (DAY, MONTH and YEAR) that occupy a total of 32 bits in memory.
The DATE type is implemented in the structure XSharp.__Date
The Usual type of DATE is 2.