Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class gregorian_calendar

boost::gregorian::gregorian_calendar — Gregorian calendar for this implementation, hard work in the base.

Synopsis

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


class gregorian_calendar : public  {
public:
  // types
  typedef greg_weekday         ;  // Type to hold a weekday (eg: Sunday, Monday,...) 
  typedef  ;  // Counter type from 1 to 366 for gregorian dates. 
  typedef        ;     // Internal date representation that handles infinity, not a date. 
  typedef        ;  // Date rep implements the traits stuff as well. 
};

PrevUpHomeNext