Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct partial_date_rule_spec

boost::local_time::partial_date_rule_spec

Synopsis

// In header: <boost/date_time/local_time/dst_transition_day_rules.hpp>


struct partial_date_rule_spec {
  // types
  typedef gregorian::date         date_type; 
  typedef gregorian::partial_date start_rule;
  typedef gregorian::partial_date end_rule;  
};

PrevUpHomeNext