Month.firstMonthOfQuarter

Gets the month corresponding to the first month of this quarter. !(p) The year can be divided into four quarters. This method returns the first month of the quarter for the base month. January, February and March return January. April, May and June return April. July, August and September return July. October, November and December return October.

@return the first month of the quarter corresponding to this month, not null

class Month
firstMonthOfQuarter
()

Meta