Unit 'DateUtils' Package
[Overview][Constants][Classes][Procedures and functions][Index] [#rtl]

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 68

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


Documentation generated on: Jul 24 2023