TimeZoneRulesProvider
An abstraction that allows time zone rules to be supplied from any data source.
The set of supported identifiers is expected to vary depending on the source, but should typically represent regions defined in the IANA Time Zone Database.
interface TimeZoneRulesProvider
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
equals
Link copied to clipboard
hasRulesFor
Link copied to clipboard
rulesFor
Link copied to clipboard
Properties
availableRegionIds
Link copied to clipboard
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.
databaseVersion
Link copied to clipboard
The time zone database version or an empty string if unavailable.
Inheritors
TimeZoneRulesProvider
Link copied to clipboard
PlatformTimeZoneRulesProvider
Link copied to clipboard