Uses of Class
javax.time.calendar.zone.ZoneRulesGroup
Packages that use ZoneRulesGroup
Package
Description
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
Provides classes to implement time-zones and their rules.
-
Uses of ZoneRulesGroup in javax.time.calendar
Methods in javax.time.calendar that return ZoneRulesGroupModifier and TypeMethodDescriptionTimeZone.Fixed.getGroup()
abstract ZoneRulesGroup
TimeZone.getGroup()
Finds the zone rules group for the stored group ID, such as 'TZDB'.TimeZone.ID.getGroup()
-
Uses of ZoneRulesGroup in javax.time.calendar.zone
Fields in javax.time.calendar.zone with type parameters of type ZoneRulesGroupModifier and TypeFieldDescriptionprivate static final ConcurrentMap<String,
ZoneRulesGroup> ZoneRulesGroup.GROUPS
The zone rule groups.Methods in javax.time.calendar.zone that return ZoneRulesGroupModifier and TypeMethodDescriptionstatic ZoneRulesGroup
Gets a group by ID, such as 'TZDB'.static ZoneRulesGroup
ZoneRulesGroup.registerProvider
(ZoneRulesDataProvider provider) Registers a zone rules provider with this group.Methods in javax.time.calendar.zone that return types with arguments of type ZoneRulesGroupModifier and TypeMethodDescriptionstatic List<ZoneRulesGroup>
ZoneRulesGroup.getAvailableGroups()
Gets the set of available zone rule groups.