boost::gregorian::bad_day_of_month — Exception type for gregorian day of month (1..31).
struct bad_day_of_month { // construct/copy/destruct bad_day_of_month(); bad_day_of_month(const std::string &); };
bad_day_of_month
bad_day_of_month();
bad_day_of_month(const std::string & s);