Searched defs:MonthWeekWeekday (Results 1 – 1 of 1) sorted by relevance
82 struct MonthWeekWeekday { struct83 std::int_fast8_t month; // month of year [1:12]84 std::int_fast8_t week; // week of month [1:5] (5==last)85 std::int_fast8_t weekday; // 0==Sun, ..., 6=Sat