core
/
io.islandtime.zone
/
TimeZoneRulesProvider
/
Companion
common
Companion
object
Companion
:
TimeZoneRulesProvider
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
hasRulesFor
Link copied to clipboard
common
open override fun
hasRulesFor
(regionId:
String
):
Boolean
Content copied to clipboard
Checks if
regionId
has rules associated with it.
rulesFor
Link copied to clipboard
common
open override fun
rulesFor
(regionId:
String
):
TimeZoneRules
Content copied to clipboard
Gets the rules associated with a particular region ID.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
availableRegionIds
Link copied to clipboard
common
open override val
availableRegionIds
:
Set
<
String
>
Content copied to clipboard
The available time zone region IDs as reported by the underlying provider.
databaseVersion
Link copied to clipboard
common
open override val
databaseVersion
:
String
Content copied to clipboard
The time zone database version or an empty string if unavailable.