Searched refs:MonthDays (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/cpl/timedate/ |
H A D | monthcal.c | 97 const BYTE MonthDays[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0}; in MonthCalMonthLength() local 100 return MonthDays[Month - 1] + LeapYear(Year); in MonthCalMonthLength() 108 return MonthDays[Month - 1]; in MonthCalMonthLength()
|