Searched refs:currentMonthMaxDay (Results 1 – 1 of 1) sorted by relevance
1048 int32_t currentMonthMaxDay = static_cast<int32_t>(PickerDate::GetMaxDay(year, month)); in GetCalendarMonthData() local1052 …int32_t nextMonthDaysCount = 6 - ((Date::CalculateWeekDay(year, month, currentMonthMaxDay) + 1) % … in GetCalendarMonthData()1061 for (int32_t i = 0; i < currentMonthMaxDay; i++, index++) { in GetCalendarMonthData()