Companion

object Companion : TimeZoneRulesProvider

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
hasRulesFor
Link copied to clipboard
common

Checks if regionId has rules associated with it.

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

Gets the rules associated with a particular region ID.

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

Properties

availableRegionIds
Link copied to clipboard
common

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.

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

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

open override val databaseVersion: String