Uses of Class
org.threeten.bp.zone.ZoneOffsetTransition
Packages that use ZoneOffsetTransition
-
Uses of ZoneOffsetTransition in org.threeten.bp.zone
Methods in org.threeten.bp.zone that return ZoneOffsetTransitionModifier and TypeMethodDescriptionZoneOffsetTransitionRule.createTransition(int year)
Creates a transition instance for the specified year.abstract ZoneOffsetTransition
ZoneRules.getTransition(LocalDateTime localDateTime)
Gets the offset transition applicable at the specified local date-time in these rules.abstract ZoneOffsetTransition
ZoneRules.nextTransition(Instant instant)
Gets the next transition after the specified instant.static ZoneOffsetTransition
ZoneOffsetTransition.of(LocalDateTime transition, ZoneOffset offsetBefore, ZoneOffset offsetAfter)
Obtains an instance defining a transition between two offsets.abstract ZoneOffsetTransition
ZoneRules.previousTransition(Instant instant)
Gets the previous transition before the specified instant.Methods in org.threeten.bp.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 org.threeten.bp.zone with parameters of type ZoneOffsetTransitionModifier and TypeMethodDescriptionint
ZoneOffsetTransition.compareTo(ZoneOffsetTransition transition)
Compares this transition to another based on the transition instant.Method parameters in org.threeten.bp.zone with type arguments of type ZoneOffsetTransitionModifier and TypeMethodDescriptionstatic ZoneRules
ZoneRules.of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
Obtains an instance ofZoneRules
with full transition rules.