Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template dynamic_local_time_adjustor

boost::date_time::dynamic_local_time_adjustor — Allow sliding utc adjustment with fixed dst rules.

Synopsis

// In header: <boost/date_time/local_time_adjustor.hpp>

template<typename time_type, typename dst_rules> 
class dynamic_local_time_adjustor : public  {
public:
  // types
  typedef  ;
  typedef           ;         

  // construct/copy/destruct
  ();

  // public member functions
   (bool);
};

Description

dynamic_local_time_adjustor public construct/copy/destruct

  1. ( utc_offset);

dynamic_local_time_adjustor public member functions

  1.  (bool is_dst);
    Presumes local time.

PrevUpHomeNext