omni::chrono::day_of_week_iso_8601
NAME

omni::chrono::day_of_week_iso_8601

A class of omni::chrono

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

MEMBERS

omni::chrono::day_of_week_iso_8601::enum_t
omni::chrono::day_of_week_iso_8601::day_of_week_iso_8601()
omni::chrono::day_of_week_iso_8601::~day_of_week_iso_8601()
static inline unsigned short omni::chrono::day_of_week_iso_8601::COUNT()
static inline enum_t omni::chrono::day_of_week_iso_8601::DEFAULT_VALUE()
unsigned short omni::chrono::day_of_week_iso_8601::count()
static inline std::string omni::chrono::day_of_week_iso_8601::get_abbreviated_name(size_t dow)
static inline std::wstring omni::chrono::day_of_week_iso_8601::get_abbreviated_wname(size_t dow)
static inline std::string omni::chrono::day_of_week_iso_8601::get_name(size_t dow)
static inline std::wstring omni::chrono::day_of_week_iso_8601::get_wname(size_t dow)
uint64_t omni::chrono::day_of_week_iso_8601::hash()
static bool omni::chrono::day_of_week_iso_8601::is_valid(int32_t val)
static enum_t omni::chrono::day_of_week_iso_8601::parse(const std::string& val)
static std::string omni::chrono::day_of_week_iso_8601::to_string(enum_t v)
static std::wstring omni::chrono::day_of_week_iso_8601::to_wstring(enum_t v)
static bool omni::chrono::day_of_week_iso_8601::try_parse(const std::string& val, enum_t& out)
uint64_t omni::chrono::day_of_week_iso_8601::type()
enum_t omni::chrono::day_of_week_iso_8601::value()
omni::chrono::day_of_week_iso_8601::operator enum_t()
omni::chrono::day_of_week_iso_8601::operator std::string()
omni::chrono::day_of_week_iso_8601::operator std::wstring()
bool omni::chrono::day_of_week_iso_8601::operator!=(const day_of_week_iso_8601& val)
bool omni::chrono::day_of_week_iso_8601::operator<(const day_of_week_iso_8601& val)
friend std::ostream& omni::chrono::day_of_week_iso_8601::operator<<(std::ostream& s, const omni::chrono::day_of_week_iso_8601& c)
day_of_week_iso_8601& omni::chrono::day_of_week_iso_8601::operator=(const day_of_week_iso_8601& val)
bool omni::chrono::day_of_week_iso_8601::operator==(const day_of_week_iso_8601& val)
bool omni::chrono::day_of_week_iso_8601::operator>(const day_of_week_iso_8601& val)
omni::chrono::day_of_week_iso_8601::FRIDAY
omni::chrono::day_of_week_iso_8601::MONDAY
omni::chrono::day_of_week_iso_8601::SATURDAY
omni::chrono::day_of_week_iso_8601::SUNDAY
omni::chrono::day_of_week_iso_8601::THURSDAY
omni::chrono::day_of_week_iso_8601::TUESDAY
omni::chrono::day_of_week_iso_8601::WEDNESDAY
omni::chrono::day_of_week_iso_8601::disposing
omni::chrono::day_of_week_iso_8601::name

SYNOPSIS

The day_of_week_iso_8601 enum class - monday is first day

top

DESCRIPTION

No description.

top