| Package | Description |
|---|---|
| java.time.zone |
Support for time-zones and their rules.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.getTimeDefinition()
Gets the time definition, specifying how to convert the time to an instant.
|
static ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.TimeDefinition.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.TimeDefinition.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneOffsetTransitionRule |
ZoneOffsetTransitionRule.of(Month
Obtains an instance defining the yearly rule to create transitions between two offsets.
|