//core/io.islandtime.zone/TimeZoneRulesProvider/availableRegionIds
availableRegionIds¶
common
abstract val availableRegionIds: Set<String>
The available time zone region IDs as reported by the underlying provider.
In some cases, this may be only a subset of those actually supported. To check if a particular region ID can be handled, use hasRulesFor.
See also¶
common
io.islandtime.zone.TimeZoneRulesProvider |