Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct bad_weekday

boost::gregorian::bad_weekday — Exception that flags that a weekday number is incorrect.

Synopsis

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


struct bad_weekday : public  {

  // public member functions
  ();
};

Description

bad_weekday public member functions

  1. ();

PrevUpHomeNext