| Package | Description |
|---|---|
| javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
| Modifier and Type | Method and Description |
|---|---|
QuarterOfYear |
MonthOfYear.getQuarterOfYear()
Gets the quarter that this month falls in.
|
QuarterOfYear |
QuarterOfYear.next()
Gets the next quarter-of-year.
|
static QuarterOfYear |
QuarterOfYear.of(int quarterOfYear)
Obtains an instance of
QuarterOfYear from an int value. |
QuarterOfYear |
QuarterOfYear.previous()
Gets the previous quarter-of-year.
|
QuarterOfYear |
QuarterOfYear.roll(int quarters)
Rolls the quarter-of-year, adding the specified number of quarters.
|
static QuarterOfYear |
QuarterOfYear.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuarterOfYear[] |
QuarterOfYear.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFieldRule<QuarterOfYear> |
ISOChronology.quarterOfYearRule()
Gets the rule for the quarter-of-year field in the ISO chronology.
|
Copyright © 2025. All rights reserved.