Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template uk_dst_trait

boost::date_time::uk_dst_trait — Alternative dst traits for some parts of the United Kingdom.

Synopsis

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

template<typename date_type> 
struct uk_dst_trait : public  {

  // public static functions
  int ();
  int ();
  int ();
};

Description

uk_dst_trait public static functions

  1. int ();
  2. int ();
  3. int ();

PrevUpHomeNext