![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::dst_day_calc_rule — Defines base interface for calculating start and end date of daylight savings.
// In header: <boost/date_time/dst_transition_generators.hpp> template<typename date_type> class dst_day_calc_rule { public: // types typedef ; // construct/copy/destruct ~(); // public member functions () ; () ; () ; () ; };