time_get::get_month

iter_type get_month(iter_type first, iter_type last,
    ios_base& x, ios_base::iostate& st, tm *pt) const;

The member function returns do_get_month(first, last, x, st, pt).