![]() |
![]()
| ![]() |
![]()
NAMEstd::chrono::month_day::month,std::chrono::month_day::day - std::chrono::month_day::month,std::chrono::month_day::day Synopsis constexpr std::chrono::month month() const noexcept; (1)
(since C++20)
Return value 1) Returns the stored std::chrono::month value.
Example// Run this code
Output:true true
|