Home | Libraries | People | FAQ | More |
boost::date_time::previous_weekday — Generates a date object representing the date of the previous weekday from the given date.
// In header: <boost/date_time/date_generators.hpp> template<typename date_type, typename weekday_type> date_type previous_weekday(const date_type & d, const weekday_type & wd);