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 ZoneRulesGroup
TimeZone.Fixed. getGroup()
abstract ZoneRulesGroup
TimeZone. getGroup()
Finds the zone rules group for the stored group ID, such as 'TZDB'.ZoneRulesGroup
TimeZone.ID. getGroup()
-
Uses of ZoneRulesGroup in javax.time.calendar.zone
Fields in javax.time.calendar.zone with type parameters of type ZoneRulesGroup Modifier and Type Field Description private static java.util.concurrent.ConcurrentMap<java.lang.String,ZoneRulesGroup>
ZoneRulesGroup. GROUPS
The zone rule groups.Methods in javax.time.calendar.zone that return ZoneRulesGroup Modifier and Type Method Description static ZoneRulesGroup
ZoneRulesGroup. getGroup(java.lang.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 java.util.List<ZoneRulesGroup>
ZoneRulesGroup. getAvailableGroups()
Gets the set of available zone rule groups.
-