Class greg_month
boost::gregorian::greg_month — Wrapper class to represent months in gregorian based calendar.
Synopsis
Description
greg_month
public
construct/copy/destruct
greg_month(месяц_enumмесяц);
Конструировать месяц от месяца_года перечисления.
greg_month(unsigned short theMonth);
Конструкция из короткого значения.
greg_month public member functions
оператор неподписанный Короткий() const;
Переверните значение обратно к короткому.
unsigned short as_ number() const;
.
месяц_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
static month_map_ptr_type get_month_map_ptr();
Составить указатели на карту строк месяца (Names & Abbrev) и цифр.