std::chrono::month - cppreference.com
From cppreference.com
| Defined in header |
||
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
|
|
(since C++20) | |
The class month represents a month in a year. Its normal range is [1, 12], but it may hold any number in [0, 255]. Twelve named constants are predefined in the std::chrono namespace for the twelve months of the year.
month is a TriviallyCopyable StandardLayoutType.