//core/io.islandtime.zone/PlatformTimeZoneRulesProvider/[darwin]availableRegionIds
availableRegionIds¶
darwin
open override 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¶
darwin
io.islandtime.zone.PlatformTimeZoneRulesProvider |