Uses of Class
org.threeten.bp.zone.ZoneOffsetTransition

Packages that use ZoneOffsetTransition
org.threeten.bp.zone Support for time-zones and their rules. 
 

Uses of ZoneOffsetTransition in org.threeten.bp.zone
 

Methods in org.threeten.bp.zone that return ZoneOffsetTransition
 ZoneOffsetTransition ZoneOffsetTransitionRule.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 ZoneOffsetTransition
abstract  List<ZoneOffsetTransition> ZoneRules.getTransitions()
          Gets the complete list of fully defined transitions.
 

Methods in org.threeten.bp.zone with parameters of type ZoneOffsetTransition
 int 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 ZoneOffsetTransition
static ZoneRules ZoneRules.of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
          Obtains an instance of ZoneRules with full transition rules.
static ZoneRules ZoneRules.of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)
          Obtains an instance of ZoneRules with full transition rules.
 



Copyright © 2007–2017 ThreeTen.org. All rights reserved.