[Overview][Constants][Procedures and functions][Index] |
Array with number of days in a year. The Boolean index indicates whether it is a leap year or not.
Source position: dateutil.inc line 67
const DaysPerYear: array [Boolean] of Word = (365, 366); |