Uses of Class
org.threeten.bp.zone.ZoneOffsetTransition
-
Packages that use ZoneOffsetTransition Package Description 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 Modifier and Type Method Description ZoneOffsetTransitionZoneOffsetTransitionRule. createTransition(int year)Creates a transition instance for the specified year.abstract ZoneOffsetTransitionZoneRules. getTransition(LocalDateTime localDateTime)Gets the offset transition applicable at the specified local date-time in these rules.abstract ZoneOffsetTransitionZoneRules. nextTransition(Instant instant)Gets the next transition after the specified instant.static ZoneOffsetTransitionZoneOffsetTransition. of(LocalDateTime transition, ZoneOffset offsetBefore, ZoneOffset offsetAfter)Obtains an instance defining a transition between two offsets.abstract ZoneOffsetTransitionZoneRules. 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 Modifier and Type Method Description abstract List<ZoneOffsetTransition>ZoneRules. getTransitions()Gets the complete list of fully defined transitions.Methods in org.threeten.bp.zone with parameters of type ZoneOffsetTransition Modifier and Type Method Description intZoneOffsetTransition. 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 Modifier and Type Method Description static ZoneRulesZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)Obtains an instance ofZoneRuleswith full transition rules.
-