Searched defs:ObtainedMonth (Results 1 – 1 of 1) sorted by relevance
194 struct ObtainedMonth { struct195 int32_t year = 0;196 int32_t month = 0;197 int32_t firstDayIndex = CALENDAR_INVALID;198 std::vector<CalendarDay> days;