Searched refs:nextMonthDaysCount (Results 1 – 1 of 1) sorted by relevance
1052 …int32_t nextMonthDaysCount = 6 - ((Date::CalculateWeekDay(year, month, currentMonthMaxDay) + 1) % … in GetCalendarMonthData() local1065 for (int32_t i = 0; i < nextMonthDaysCount; i++, index++) { in GetCalendarMonthData()