Uses of Class
net.time4j.range.CalendarQuarter
-
Uses of CalendarQuarter in net.time4j.range
Modifier and TypeMethodDescriptionCombines this year with given quarter year to a calendar quarter.static CalendarQuarter
CalendarQuarter.from(GregorianDate date)
Converts given gregorian date to a quarter year.Subtracts given quarter years from this quarter year.CalendarQuarter.minus(Years<CalendarUnit> years)
Subtracts given years from this quarter year.static CalendarQuarter
CalendarQuarter.nowInSystemTime()
Obtains the current calendar quarter year in system time.static CalendarQuarter
Creates a new instance based on given gregorian calendar year and quarter year.Adds given quarter years to this quarter year.CalendarQuarter.plus(Years<CalendarUnit> years)
Adds given years to this quarter year.Modifier and TypeMethodDescriptionstatic CalendarPeriod<CalendarQuarter>
CalendarPeriod.between(CalendarQuarter q1, CalendarQuarter q2)
Creates a calendar period for given quarter year range.static Chronology<CalendarQuarter>
CalendarQuarter.chronology()
Yields the associated chronology.static CalendarPeriod.Parser<CalendarQuarter>
CalendarPeriod.onQuarters()
Defines a parser on which new calendar intervals for quarters can be created.static TimeLine<CalendarQuarter>
CalendarQuarter.timeline()
Obtains a timeline for this type.Modifier and TypeMethodDescriptionstatic CalendarPeriod<CalendarQuarter>
CalendarPeriod.between(CalendarQuarter q1, CalendarQuarter q2)
Creates a calendar period for given quarter year range.static Quarters
Quarters.between(CalendarQuarter q1, CalendarQuarter q2)
Determines the difference in quarters between given quarter years.static Years<CalendarUnit>
Years.between(CalendarQuarter q1, CalendarQuarter q2)
Determines the difference in years between given quarter years.int
CalendarQuarter.compareTo(CalendarQuarter other)