Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h82 struct MonthWeekWeekday { struct
83 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