Uses of Enum Class
javax.time.calendar.QuarterOfYear
Packages that use QuarterOfYear
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
-
Uses of QuarterOfYear in javax.time.calendar
Subclasses with type arguments of type QuarterOfYear in javax.time.calendarModifier and TypeClassDescription(package private) static final classRule implementation.enumA quarter-of-year, such as 'Q2'.Fields in javax.time.calendar with type parameters of type QuarterOfYearModifier and TypeFieldDescription(package private) static final DateTimeFieldRule<QuarterOfYear> ISOChronology.QuarterOfYearRule.INSTANCESingleton instance.Methods in javax.time.calendar that return QuarterOfYearModifier and TypeMethodDescriptionISOChronology.QuarterOfYearRule.convertIntToValue(int value) protected QuarterOfYearISOChronology.QuarterOfYearRule.derive(Calendrical calendrical) MonthOfYear.getQuarterOfYear()Gets the quarter that this month falls in.QuarterOfYear.next()Gets the next quarter-of-year.static QuarterOfYearQuarterOfYear.of(int quarterOfYear) Obtains an instance ofQuarterOfYearfrom anintvalue.QuarterOfYear.previous()Gets the previous quarter-of-year.QuarterOfYear.roll(int quarters) Rolls the quarter-of-year, adding the specified number of quarters.static QuarterOfYearReturns the enum constant of this class with the specified name.static QuarterOfYear[]QuarterOfYear.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.time.calendar that return types with arguments of type QuarterOfYearModifier and TypeMethodDescriptionstatic DateTimeFieldRule<QuarterOfYear> ISOChronology.quarterOfYearRule()Gets the rule for the quarter-of-year field in the ISO chronology.Methods in javax.time.calendar with parameters of type QuarterOfYearModifier and TypeMethodDescriptionintISOChronology.QuarterOfYearRule.convertValueToInt(QuarterOfYear value)