Class greg_month
boost::gregorian::greg_month — Wrapper class to represent months in gregorian based calendar.
Synopsis
Description
greg_month
construct/copy/destruct
greg_month(month_enum theMonth);
greg_month(unsigned short theMonth);
greg_month
public member functions
operator unsigned short() const;
unsigned short as_number() const;
month_enum as_enum() const;
const char * as_short_string() const;
const char * as_long_string() const;
const wchar_t * as_short_wstring() const;
const wchar_t * as_long_wstring() const;
const char * as_short_string(char ) const;
const char * as_long_string(char ) const;
const wchar_t * as_short_string(wchar_t ) const;
const wchar_t * as_long_string(wchar_t ) const;
greg_month
public static functions
month_map_ptr_type get_month_map_ptr() ;