Uses of Class
javax.time.calendar.zone.ZoneOffsetTransition
Packages that use ZoneOffsetTransition
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to implement time-zones and their rules.
-
Uses of ZoneOffsetTransition in javax.time.calendar
Methods in javax.time.calendar with parameters of type ZoneOffsetTransitionModifier and TypeMethodDescriptionprotected abstract OffsetDateTimeZoneResolver.handleGap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition gapInfo, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line gap.protected abstract OffsetDateTimeZoneResolver.handleOverlap(TimeZone zone, ZoneRules rules, ZoneOffsetTransition overlapInfo, LocalDateTime newDateTime, OffsetDateTime oldDateTime) Defines the strategy for selecting an offset to use for a local date-time when the local date-time is in a local time-line overlap. -
Uses of ZoneOffsetTransition in javax.time.calendar.zone
Classes in javax.time.calendar.zone that implement interfaces with type arguments of type ZoneOffsetTransitionModifier and TypeClassDescriptionfinal classA transition between two offsets caused by a discontinuity in the local time-line.Methods in javax.time.calendar.zone that return ZoneOffsetTransitionModifier and TypeMethodDescriptionZoneOffsetTransitionRule.createTransition(int year) Creates a transition instance for the specified year.ZoneOffsetInfo.getTransition()Gets information about the transition occurring on the local time-line.abstract ZoneOffsetTransitionZoneRules.nextTransition(InstantProvider instantProvider) Gets the next transition after the specified transition.static ZoneOffsetTransitionZoneOffsetTransition.of(OffsetDateTime transition, ZoneOffset offsetAfter) Obtains an instance defining a transition between two offsets.abstract ZoneOffsetTransitionZoneRules.previousTransition(InstantProvider instantProvider) Gets the previous transition after the specified transition.Methods in javax.time.calendar.zone that return types with arguments of type ZoneOffsetTransitionModifier and TypeMethodDescriptionabstract List<ZoneOffsetTransition> ZoneRules.getTransitions()Gets the complete list of fully defined transitions.Methods in javax.time.calendar.zone with parameters of type ZoneOffsetTransitionModifier and TypeMethodDescriptionintZoneOffsetTransition.compareTo(ZoneOffsetTransition transition) Compares this transition to another based on the transition instant.static ZoneOffsetInfoZoneOffsetInfo.of(LocalDateTime dateTime, ZoneOffset offset, ZoneOffsetTransition transition) Creates an instance representing a simple single offset or a transition.