omni::chrono::month_of_year
NAME

omni::chrono::month_of_year

A class of omni::chrono

#include <omni/types/date_t.hpp>
class omni::chrono::month_of_year

MEMBERS

omni::chrono::month_of_year::enum_t
omni::chrono::month_of_year::month_of_year()
omni::chrono::month_of_year::~month_of_year()
static inline unsigned short omni::chrono::month_of_year::COUNT()
static inline enum_t omni::chrono::month_of_year::DEFAULT_VALUE()
unsigned short omni::chrono::month_of_year::count()
static inline std::string omni::chrono::month_of_year::get_abbreviated_name(size_t month)
static inline std::wstring omni::chrono::month_of_year::get_abbreviated_wname(size_t month)
static inline std::string omni::chrono::month_of_year::get_name(size_t month)
static inline std::wstring omni::chrono::month_of_year::get_wname(size_t month)
uint64_t omni::chrono::month_of_year::hash()
static bool omni::chrono::month_of_year::is_valid(int32_t val)
static enum_t omni::chrono::month_of_year::parse(const std::string& val)
static std::string omni::chrono::month_of_year::to_string(enum_t v)
static std::wstring omni::chrono::month_of_year::to_wstring(enum_t v)
static bool omni::chrono::month_of_year::try_parse(const std::string& val, enum_t& out)
uint64_t omni::chrono::month_of_year::type()
enum_t omni::chrono::month_of_year::value()
omni::chrono::month_of_year::operator enum_t()
omni::chrono::month_of_year::operator std::string()
omni::chrono::month_of_year::operator std::wstring()
bool omni::chrono::month_of_year::operator!=(const month_of_year& val)
bool omni::chrono::month_of_year::operator<(const month_of_year& val)
friend std::ostream& omni::chrono::month_of_year::operator<<(std::ostream& s, const omni::chrono::month_of_year& c)
month_of_year& omni::chrono::month_of_year::operator=(const month_of_year& val)
bool omni::chrono::month_of_year::operator==(const month_of_year& val)
bool omni::chrono::month_of_year::operator>(const month_of_year& val)
omni::chrono::month_of_year::APRIL
omni::chrono::month_of_year::AUGUST
omni::chrono::month_of_year::DECEMBER
omni::chrono::month_of_year::FEBRUARY
omni::chrono::month_of_year::JANUARY
omni::chrono::month_of_year::JULY
omni::chrono::month_of_year::JUNE
omni::chrono::month_of_year::MARCH
omni::chrono::month_of_year::MAY
omni::chrono::month_of_year::NOVEMBER
omni::chrono::month_of_year::OCTOBER
omni::chrono::month_of_year::SEPTEMBER
omni::chrono::month_of_year::UNKNOWN
omni::chrono::month_of_year::disposing
omni::chrono::month_of_year::name

SYNOPSIS

The month_of_year enum class

top

DESCRIPTION

No description.

top