std::chrono::month_day::month, std::chrono::month_day::day - cppreference.com (original) (raw)
Retrieves the month and day values stored in this month_day object.
[edit] Return value
Returns the stored std::chrono::month value.
Returns the stored std::chrono::day value.