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

Packages that use ZoneRules
org.threeten.bp The main API for dates, times, instants, and durations. 
org.threeten.bp.zone Support for time-zones and their rules. 
 

Uses of ZoneRules in org.threeten.bp
 

Methods in org.threeten.bp that return ZoneRules
 ZoneRules ZoneOffset.getRules()
          Gets the associated time-zone rules.
abstract  ZoneRules ZoneId.getRules()
          Gets the time-zone rules for this ID allowing calculations to be performed.
 

Uses of ZoneRules in org.threeten.bp.zone
 

Methods in org.threeten.bp.zone that return ZoneRules
static ZoneRules ZoneRulesProvider.getRules(String zoneId, boolean forCaching)
          Gets the rules for the zone ID.
static ZoneRules ZoneRules.of(ZoneOffset offset)
          Obtains an instance of ZoneRules that always uses the same offset.
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.
protected abstract  ZoneRules ZoneRulesProvider.provideRules(String regionId, boolean forCaching)
          SPI method to get the rules for the zone ID.
protected  ZoneRules TzdbZoneRulesProvider.provideRules(String zoneId, boolean forCaching)
           
 

Methods in org.threeten.bp.zone that return types with arguments of type ZoneRules
static NavigableMap<String,ZoneRules> ZoneRulesProvider.getVersions(String zoneId)
          Gets the history of rules for the zone ID.
protected abstract  NavigableMap<String,ZoneRules> ZoneRulesProvider.provideVersions(String zoneId)
          SPI method to get the history of rules for the zone ID.
protected  NavigableMap<String,ZoneRules> TzdbZoneRulesProvider.provideVersions(String zoneId)
           
 



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