Uses of Class
org.threeten.bp.zone.ZoneRules
-
Packages that use ZoneRules Package Description 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 Modifier and Type Method Description abstract ZoneRulesZoneId. getRules()Gets the time-zone rules for this ID allowing calculations to be performed.ZoneRulesZoneOffset. getRules()Gets the associated time-zone rules. -
Uses of ZoneRules in org.threeten.bp.zone
Methods in org.threeten.bp.zone that return ZoneRules Modifier and Type Method Description static ZoneRulesZoneRulesProvider. getRules(String zoneId, boolean forCaching)Gets the rules for the zone ID.static ZoneRulesZoneRules. of(ZoneOffset offset)Obtains an instance ofZoneRulesthat always uses the same offset.static ZoneRulesZoneRules. of(ZoneOffset baseStandardOffset, ZoneOffset baseWallOffset, List<ZoneOffsetTransition> standardOffsetTransitionList, List<ZoneOffsetTransition> transitionList, List<ZoneOffsetTransitionRule> lastRules)Obtains an instance ofZoneRuleswith full transition rules.protected ZoneRulesTzdbZoneRulesProvider. provideRules(String zoneId, boolean forCaching)protected abstract ZoneRulesZoneRulesProvider. provideRules(String regionId, boolean forCaching)SPI method to get the rules for the zone ID.Methods in org.threeten.bp.zone that return types with arguments of type ZoneRules Modifier and Type Method Description static NavigableMap<String,ZoneRules>ZoneRulesProvider. getVersions(String zoneId)Gets the history of rules for the zone ID.protected NavigableMap<String,ZoneRules>TzdbZoneRulesProvider. provideVersions(String zoneId)protected abstract NavigableMap<String,ZoneRules>ZoneRulesProvider. provideVersions(String zoneId)SPI method to get the history of rules for the zone ID.
-