omni::chrono::month_of_year::try_parse
NAME

omni::chrono::month_of_year::try_parse

A member function of omni::chrono::month_of_year

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

SYNOPSIS

Tries parsing a wide string value into its enum representation

top

DESCRIPTION

No description.

top