The singleton instance for the month of April, with 30 days and a numeric value of 4
.
The singleton instance for the month of August, with 31 days and a numeric value of 8
.
The singleton instance for the month of December, with 31 days and a numeric value of 12
.
The singleton instance for the month of February, with 28 days (or 29 in a leap year) and a numeric value of 2
.
The singleton instance for the month of January, with 31 days and a numeric value of 1
.
The singleton instance for the month of July, with 31 days and a numeric value of 7
.
The singleton instance for the month of June, with 30 days and a numeric value of 6
.
The singleton instance for the month of March, with 31 days and a numeric value of 3
.
The singleton instance for the month of May, with 31 days and a numeric value of 5
.
The singleton instance for the month of November, with 30 days and a numeric value of 11
.
The singleton instance for the month of October, with 31 days and a numeric value of 10
.
The singleton instance for the month of September, with 30 days and a numeric value of 9
.
Obtains the Month of an int value (from 1 to 12).
Obtains the Month of an int value (from 1 to 12).
if the month-of-year is invalid.
Obtains the current Month at UTC.
Tries to obtain the month from a Temporal.
Factory for obtaining singleton instances of Month.