Searched refs:leapDaysMonth (Results 1 – 1 of 1) sorted by relevance
23 constexpr uint16_t leapDaysMonth[12] = {0, 31, 60, 91, 121, 152, variable75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth()