Uses of Class
javax.time.calendar.QuarterOfYear
-
Packages that use QuarterOfYear Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations. -
-
Uses of QuarterOfYear in javax.time.calendar
Methods in javax.time.calendar that return QuarterOfYear Modifier and Type Method Description QuarterOfYearMonthOfYear. getQuarterOfYear()Gets the quarter that this month falls in.QuarterOfYearQuarterOfYear. next()Gets the next quarter-of-year.static QuarterOfYearQuarterOfYear. of(int quarterOfYear)Obtains an instance ofQuarterOfYearfrom anintvalue.QuarterOfYearQuarterOfYear. previous()Gets the previous quarter-of-year.QuarterOfYearQuarterOfYear. roll(int quarters)Rolls the quarter-of-year, adding the specified number of quarters.static QuarterOfYearQuarterOfYear. valueOf(String name)Returns the enum constant of this type with the specified name.static QuarterOfYear[]QuarterOfYear. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.time.calendar that return types with arguments of type QuarterOfYear Modifier and Type Method Description static DateTimeFieldRule<QuarterOfYear>ISOChronology. quarterOfYearRule()Gets the rule for the quarter-of-year field in the ISO chronology.
-