| Package | Description |
|---|---|
| java.time.zone |
Support for time-zones and their rules.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.of(Month
Obtains an instance defining the yearly rule to create transitions between two offsets.
|
| Modifier and Type | Method and Description |
|---|---|
List |
ZoneRules.getTransitionRules()
Gets the list of transition rules for years beyond those defined in the transition list.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneRules |
ZoneRules.of(ZoneOffset
Obtains an instance of a ZoneRules.
|