Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template acst_dst_trait

boost::date_time::acst_dst_trait

Synopsis

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

template<typename date_type> 
struct acst_dst_trait {
  // types
  typedef                 ;  
  typedef                       ;        
  typedef                        ;         
  typedef date_time::last_kday_of_month<  ;
  typedef date_time::last_kday_of_month<  ;  

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

Description

acst_dst_trait public static functions

  1.  ();
  2.  ();
  3.  ();
  4.  ();
  5. int ();
  6. int ();
  7. int ();
  8.  ( year);
  9.  ( year);

PrevUpHomeNext