MonthDay getMonthValue() method in Java with Examples
The getMonthValue() method of MonthDay class in Java gets the month-of-year field from 1 to 12. Syntax: public int getMonthValue() Parameter: This method accepts no parameters. Returns: The function returns the month-of-year, from 1 to 12. Below programs illustrate the MonthDay.getMonthValue() metho