Searched defs:first_day_of_week (Results 1 – 4 of 4) sorted by relevance
153 inline period_type first_day_of_week(){ return period_type(marks::first_day_of_week); } in first_day_of_week() function228 …inline date_time_period first_day_of_week(int v) { return date_time_period(first_day_of_week(),v);… in first_day_of_week() function1058 … inline int first_day_of_week(date_time const &dt) { return dt.get(first_day_of_week()); } in first_day_of_week() function1127 …inline int first_day_of_week(date_time_duration const &dt) { return dt.get(first_day_of_week()); } in first_day_of_week() function
54 …first_day_of_week, ///< First day of week, constant, for example Sunday in US = 1, Monday… enumerator
121 int first_day_of_week(char const *terr) { in first_day_of_week() function
121 int calendar::first_day_of_week() const in first_day_of_week() function in boost::locale::calendar