Searched defs:week_of_month (Results 1 – 2 of 2) sorted by relevance
149 inline period_type week_of_month(){ return period_type(marks::week_of_month); } in week_of_month() function224 … inline date_time_period week_of_month(int v) { return date_time_period(week_of_month(),v); } in week_of_month() function1054 inline int week_of_month(date_time const &dt) { return dt.get(week_of_month()); } in week_of_month() function1123 … inline int week_of_month(date_time_duration const &dt) { return dt.get(week_of_month()); } in week_of_month() function
53 week_of_month, ///< The week number within current month enumerator