Added in API level 26
ZoneOffsetTransitionRule.TimeDefinition
public
static
final
enum
ZoneOffsetTransitionRule.TimeDefinition
extends Enum<ZoneOffsetTransitionRule.TimeDefinition>
| java.lang.Object | ||
| ↳ | java.lang.Enum<java.time.zone.ZoneOffsetTransitionRule.TimeDefinition> | |
| ↳ | java.time.zone.ZoneOffsetTransitionRule.TimeDefinition | |
A definition of the way a local time can be converted to the actual transition date-time.
Time zone rules are expressed in one of three ways:
- Relative to UTC
- Relative to the standard offset in force
- Relative to the wall offset (what you would see on a clock on the wall)
Summary
Enum values | |
|---|---|
ZoneOffsetTransitionRule.TimeDefinition |
STANDARD
The local date-time is expressed in terms of the standard offset. |
ZoneOffsetTransitionRule.TimeDefinition |
UTC
The local date-time is expressed in terms of the UTC offset. |
ZoneOffsetTransitionRule.TimeDefinition |
WALL
The local date-time is expressed in terms of the wall offset. |
Public methods | |
|---|---|
LocalDateTime
|
|