Home
last modified time | relevance | path

Searched refs:nextMonthDaysCount (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp1052 …int32_t nextMonthDaysCount = 6 - ((Date::CalculateWeekDay(year, month, currentMonthMaxDay) + 1) % … in GetCalendarMonthData() local
1065 for (int32_t i = 0; i < nextMonthDaysCount; i++, index++) { in GetCalendarMonthData()