Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_date_component.cpp224 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() local
225 if (lunarDate.day > nowMaxDay) { in HandleLunarYearChange()
226 lunarDate.day = nowMaxDay; in HandleLunarYearChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1204 uint32_t nowMaxDay = GetLunarMaxDay(lunarDate.year, lunarDate.month, lunarDate.isLeapMonth); in HandleLunarYearChange() local
1205 if (lunarDate.day > nowMaxDay) { in HandleLunarYearChange()
1206 lunarDate.day = nowMaxDay; in HandleLunarYearChange()