Uses of Enum
org.threeten.extra.Quarter
Packages that use Quarter
-
Uses of Quarter in org.threeten.extra
Methods in org.threeten.extra that return QuarterModifier and TypeMethodDescriptionstatic QuarterQuarter.from(TemporalAccessor temporal) Obtains an instance ofQuarterfrom a temporal object.YearQuarter.getQuarter()Gets the quarter-of-year field using theQuarterenum.Quarter.minus(long quarters) Returns the quarter that is the specified number of quarters before this one.static QuarterQuarter.of(int quarterOfYear) Obtains an instance ofQuarterfrom anintvalue.static QuarterQuarter.ofMonth(int monthOfYear) Obtains an instance ofQuarterfrom a month-of-year.Quarter.plus(long quarters) Returns the quarter that is the specified number of quarters after this one.static QuarterReturns the enum constant of this type with the specified name.static Quarter[]Quarter.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.threeten.extra with parameters of type QuarterModifier and TypeMethodDescriptionstatic YearQuarterObtains an instance ofYearQuarterfrom a year and quarter.static YearQuarterObtains an instance ofYearQuarterfrom a year and quarter.