![]() |
Home | Libraries | People | FAQ | More |
boost::gregorian::greg_month — Wrapper class to represent months in gregorian based calendar.
// In header: <boost/date_time/gregorian/greg_month.hpp> class greg_month : public { public: // types typedef ; // construct/copy/destruct (); (); // public member functions () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; () ; };
greg_month
public member functions() ;Convert the value back to a short.
() ;Returns month as number from 1 to 12.
() ;
() ;Returns 3 char english string for the month ex: Jan, Feb, Mar, Apr.
() ;Returns full name of month as string in english ex: January, February.
() ;Returns 3 wchar_t english string for the month ex: Jan, Feb, Mar, Apr.
() ;Returns full name of month as wchar_t string in english ex: January, February.
() ;
() ;
() ;
() ;