Uses of Class
javax.time.calendar.zone.ZoneRulesGroup
-
Packages that use ZoneRulesGroup Package Description javax.time.calendar Provides classes to manage the human time scale including date, time, date-time and time-zone representations.javax.time.calendar.zone Provides classes to implement time-zones and their rules. -
-
Uses of ZoneRulesGroup in javax.time.calendar
Methods in javax.time.calendar that return ZoneRulesGroup Modifier and Type Method Description abstract ZoneRulesGroup
TimeZone. getGroup()
Finds the zone rules group for the stored group ID, such as 'TZDB'. -
Uses of ZoneRulesGroup in javax.time.calendar.zone
Methods in javax.time.calendar.zone that return ZoneRulesGroup Modifier and Type Method Description static ZoneRulesGroup
ZoneRulesGroup. getGroup(String groupID)
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 ZoneRulesGroup Modifier and Type Method Description static List<ZoneRulesGroup>
ZoneRulesGroup. getAvailableGroups()
Gets the set of available zone rule groups.
-