| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarQuarter |
CalendarYear.at(Quarter quarter)
Combines this year with given quarter year to a calendar quarter.
|
static CalendarQuarter |
CalendarQuarter.from(GregorianDate date)
Converts given gregorian date to a quarter year.
|
CalendarQuarter |
CalendarQuarter.minus(Quarters quarters)
Subtracts given quarter years from this quarter year.
|
CalendarQuarter |
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 |
CalendarQuarter.of(int year,
Quarter quarter)
Creates a new instance based on given gregorian calendar year and quarter year.
|
CalendarQuarter |
CalendarQuarter.plus(Quarters quarters)
Adds given quarter years to this quarter year.
|
CalendarQuarter |
CalendarQuarter.plus(Years<CalendarUnit> years)
Adds given years to this quarter year.
|
| Modifier and Type | Method and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
static Years<CalendarUnit> |
Years.between(CalendarQuarter q1,
CalendarQuarter q2)
Determines the difference in years between given quarter years.
|
static Quarters |
Quarters.between(CalendarQuarter q1,
CalendarQuarter q2)
Determines the difference in quarters between given quarter years.
|
static CalendarPeriod<CalendarQuarter> |
CalendarPeriod.between(CalendarQuarter q1,
CalendarQuarter q2)
Creates a calendar period for given quarter year range.
|
int |
CalendarQuarter.compareTo(CalendarQuarter other) |
Copyright © 2014–2021. All rights reserved.