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

  1. Returns the stored std::chrono::month value.

  2. Returns the stored std::chrono::day value.

[edit] Example