| Modifier and Type | Field and Description |
|---|---|
static Quarters |
Quarters.ONE
Constant for exactly one gregorian quarter year.
|
static Quarters |
Quarters.ZERO
Constant for zero gregorian quarter years.
|
| Modifier and Type | Method and Description |
|---|---|
static Quarters |
Quarters.between(CalendarQuarter q1,
CalendarQuarter q2)
Determines the difference in quarters between given quarter years.
|
static <T extends TimePoint<? super CalendarUnit,T>> |
Quarters.between(T t1,
T t2)
Determines the temporal distance between given dates/time-points in gregorian quarter years.
|
static Quarters |
Quarters.of(int quarters)
Obtains a time span in given gregorian quarter years.
|
static Quarters |
Quarters.parsePeriod(String period)
Parses the canonical format "PnQ" with possible preceding minus-char.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarQuarter |
CalendarQuarter.minus(Quarters quarters)
Subtracts given quarter years from this quarter year.
|
CalendarQuarter |
CalendarQuarter.plus(Quarters quarters)
Adds given quarter years to this quarter year.
|
Copyright © 2014–2018. All rights reserved.