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 nth_kday_rule_spec

boost::local_time::nth_kday_rule_spec

Synopsis

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


struct nth_kday_rule_spec {
  // types
  typedef gregorian::date              date_type; 
  typedef gregorian::nth_kday_of_month start_rule;
  typedef gregorian::nth_kday_of_month end_rule;  
};

PrevUpHomeNext