Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template dst_day_calc_rule

boost::date_time::dst_day_calc_rule — Defines base interface for calculating start and end date of daylight savings.

Synopsis

// 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
   () ;
   () ;
   () ;
   () ;
};

Description

dst_day_calc_rule public construct/copy/destruct

  1. ~();

dst_day_calc_rule public member functions

  1.  ( y) ;
  2.  () ;
  3.  ( y) ;
  4.  () ;

PrevUpHomeNext