Searched defs:daysInMonth (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_data.cpp | 115 uint32_t daysInMonth = PickerDate::GetMaxDay(year_, month_); in FromDays() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.cpp | 1418 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 D | style_modifier.cpp | 527 …uint32_t daysInMonth[] = { 31, IsLeapYear(year) ? 29 : 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; in IsValidDate() local
|