...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::gregorian::greg_day — Represent a day of the month (range 1 - 31).
// In header: <boost/date_time/gregorian/greg_day.hpp> class greg_day { public: // construct/copy/destruct greg_day(unsigned short); // public member functions unsigned short as_number() const; operator unsigned short() const; };