Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp168 std::string PickerDateTimeComponent::GetMonthDayFormatString(bool lunar, uint32_t days) const in GetMonthDayFormatString() function in OHOS::Ace::PickerDateTimeComponent
204 monthDay->AppendOption(GetMonthDayFormatString(lunar, days)); in FillSolarLunarDays()
H A Dpicker_datetime_component.h74 std::string GetMonthDayFormatString(bool lunar, uint32_t days) const;