| 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 Chronology<CalendarQuarter> |
CalendarQuarter.chronology()
Yields the associated chronology.
|
| 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.
|
int |
CalendarQuarter.compareTo(CalendarQuarter other) |
Copyright © 2014–2018. All rights reserved.