IslandTime

object IslandTime

Global configuration for Island Time.

Types

Initializer
Link copied to clipboard
common
interface Initializer
Controls the settings that Island Time is initialized with.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
initialize
Link copied to clipboard
common
fun initialize(block: IslandTime.Initializer.() -> Unit)
Initializes Island Time.
initializeWith
Link copied to clipboard
common
fun initializeWith(provider: TimeZoneRulesProvider)
Initializes Island Time with a specific time zone rules provider, leaving all other settings in their default state.
reset
Link copied to clipboard
common
fun reset()
Resets Island Time to an uninitialized state.
toString
Link copied to clipboard
common
open fun toString(): String