omni::chrono::day_of_week
NAME

omni::chrono::day_of_week

A class of omni::chrono

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

MEMBERS

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

SYNOPSIS

The day_of_week enum class - sunday is first day

top

DESCRIPTION

No description.

top