![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::first_kday_before —
Calculate something like "First Sunday before Jan 1,2002.
template<typename date_type> class first_kday_before { public: // types typedef date_type::calendar_type calendar_type; typedef calendar_type::day_of_week_type day_of_week_type; typedef date_type::duration_type duration_type; // construct/copy/destruct first_kday_before(day_of_week_type); // public member functions date_type get_date(date_type) const; day_of_week_type day_of_week() const; };
Copyright © 2001-2004 CrystalClear Software, Inc |