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 ZoneRules
Gets the rules for the zone ID.static ZoneRules
ZoneRules.of(ZoneOffset offset)
Obtains an instance ofZoneRules
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 ofZoneRules
with full transition rules.protected abstract ZoneRules
ZoneRulesProvider.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.