Searched refs:daysMonth (Results 1 – 1 of 1) sorted by relevance
21 constexpr uint16_t daysMonth[12] = {0, 31, 59, 90, 120, 151, variable75 const uint16_t* pMonth = IsLeapYear(y) ? leapDaysMonth : daysMonth; in TimeFromYearMonth()