Home
last modified time | relevance | path

Searched defs:daysInMonth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_data.cpp115 uint32_t daysInMonth = PickerDate::GetMaxDay(year_, month_); in FromDays() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.cpp1418 uint32_t daysInMonth = PickerDate::GetMaxDay(currentDate.GetYear(), month); in GetCurrentDateByMonthDaysColumn() local
1471 uint32_t daysInMonth = GetLunarMaxDay(lunarYear, month, flag && lunarResult.isLeapMonth); in GetCurrentLunarDateByMonthDaysColumn() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp527 …uint32_t daysInMonth[] = { 31, IsLeapYear(year) ? 29 : 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; in IsValidDate() local