Uses of Class
org.threeten.bp.zone.ZoneRules
Packages that use ZoneRules
Package
Description
The main API for dates, times, instants, and durations.
Support for time-zones and their rules.
-
Uses of ZoneRules in org.threeten.bp
Methods in org.threeten.bp that return ZoneRules -
Uses of ZoneRules in org.threeten.bp.zone
Methods in org.threeten.bp.zone that return ZoneRulesModifier and TypeMethodDescriptionstatic ZoneRulesGets 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 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 ZoneRulesModifier and TypeMethodDescriptionstatic 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.