Searched refs:month (Results 1 – 3 of 3) sorted by relevance
1250 class month;1409 class month1475 operator==(const month& __x, const month& __y) noexcept1479 operator<=>(const month& __x, const month& __y) noexcept1498 operator-(const month& __x, const month& __y) noexcept2022 { return __x.month() == __y.month(); }2083 return __x.month() == __y.month()2145 return __x.month() == __y.month()2410 && __x.month() == __y.month()2835 && __x.month() == __y.month()[all …]
206 short month; member683 day = 31 * r->month - day_cor[r->month - 1]; in tm_isdst()687 monlen = 31 + day_cor[r->month - 1] - day_cor[r->month]; in tm_isdst()688 if (isleap && (r->month == 2)) { in tm_isdst()
3269 Convert chrono::month and chrono::day to unsigned before
Completed in 18 milliseconds