Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template first_kday_after

boost::date_time::first_kday_after — Calculate something like "First Sunday after Jan 1,2002.

Synopsis

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

template<typename date_type> 
class first_kday_after {
public:
  // types
  typedef         ;   
  typedef  ;
  typedef         ;   

  // construct/copy/destruct
  ();

  // public member functions
   () ;
   () ;
};

Description

Date generator that takes a date and finds kday after

boost::date_time::first_kday_after<date> 

first_kday_after public construct/copy/destruct

  1. ( dow);

first_kday_after public member functions

  1.  ( start_day) ;
    Return next kday given.
  2.  () ;

PrevUpHomeNext