DaysPerYear

Array with number of days in a year. The Boolean index indicates whether it is a leap year or not.

Declaration

Source position: dateutil.inc line 54

const
DaysPerYear : Array[Boolean] of Word = (365, 366)