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

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.