omni::chrono::day_of_week::try_parse
NAME

omni::chrono::day_of_week::try_parse

A member function of omni::chrono::day_of_week

#include <omni/types/date_t.hpp>
static bool omni::chrono::day_of_week::try_parse(const std::wstring& val, day_of_week& out)

SYNOPSIS

Tries parsing a wide string value into its enum representation

top

DESCRIPTION

No description.

top