Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template weeks_duration

boost::date_time::weeks_duration — Additional duration type that represents a number of n*7 days.

Synopsis

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

template<typename duration_config> 
class weeks_duration : public  {
public:

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

Description

weeks_duration public member functions

  1. (typename  w);
  2. ( sv);

PrevUpHomeNext