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  ;

  // public member functions
  ~();
   () ;
   () ;
   () ;
   () ;
};

Description

dst_day_calc_rule public member functions

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

PrevUpHomeNext