|
Embedded Template Library 1.0
|
Construct from month and weekday_last. More...
#include <month_weekday.h>
Public Member Functions | |
| ETL_CONSTEXPR14 | month_weekday_last (const etl::chrono::month &m_, const etl::chrono::weekday_last &wdl_) ETL_NOEXCEPT |
| Construct from month and weekday_indexed. | |
| ETL_NODISCARD ETL_CONSTEXPR14 etl::chrono::month | month () const ETL_NOEXCEPT |
| Returns the month. | |
| ETL_NODISCARD ETL_CONSTEXPR14 etl::chrono::weekday_last | weekday_last () const ETL_NOEXCEPT |
| Returns the weekday_indexed. | |
| ETL_NODISCARD ETL_CONSTEXPR14 bool | ok () const ETL_NOEXCEPT |
| Returns true if the month/day is valid. | |
Construct from month and weekday_last.