Companion

object Companion : TimeZoneRulesProvider

Functions

hasRulesFor
Link copied to clipboard
common
open override fun hasRulesFor(regionId: String): Boolean

Checks if regionId has rules associated with it.

rulesFor
Link copied to clipboard
common
open override fun rulesFor(regionId: String): TimeZoneRules

Gets the rules associated with a particular region ID.

Properties

availableRegionIds
Link copied to clipboard
common
open override val availableRegionIds: Set<String>

The available time zone region IDs as reported by the underlying provider.

databaseVersion
Link copied to clipboard
common
open override val databaseVersion: String

The time zone database version or an empty string if unavailable.