Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class weeks_duration

boost::gregorian::weeks_duration

Synopsis

// In header: <boost/date_time/gregorian/greg_duration_types.hpp>


class weeks_duration : public  {
public:
  // construct/copy/destruct
  ();
  ();
};

Description

weeks_duration public construct/copy/destruct

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

PrevUpHomeNext