The TDayTable type points to a TDayTable variable. TDayTable declares a static array of 12 Words. It is principally used by the MonthDays constant to hold the number of days in a month for normal and leap years.
Note: Static arrays are declared with an immutable size.