Month firstMonthOfQuarter() method in Java
The firstMonthOfQuarter() is a built-in method of the Month ENUM which is used to get the first month corresponding to this quarter. The quarter is defined by dividing the year into 4 groups as: Group 1: JANUARY, FEBRUARY, MARCH Group 2: APRIL, MAY, JUNE Group 3: JULY, AUGUST, SEPTEMBER Group 4: OCT