Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.h194 struct ObtainedMonth { struct
195 int32_t year = 0;
196 int32_t month = 0;
197 int32_t firstDayIndex = CALENDAR_INVALID;
198 std::vector<CalendarDay> days;