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 for the latest Boost documentation.
PrevUpHomeNext

Struct nth_last_rule_spec

boost::local_time::nth_last_rule_spec —

Synopsis

struct nth_last_rule_spec {
  // types
  typedef gregorian::date               date_type; 
  typedef gregorian::nth_kday_of_month  start_rule;
  typedef gregorian::last_kday_of_month end_rule;  
};
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext