Section

std::chrono::year_month

The class year_month represents a specific month of a specific year, but with an unspecified day. It is a field-based time point, with a resolution of std::chrono::months.

# Declarations

class year_month;

(since C++20)