TimeZone

actual class TimeZone

Android implementation using java.util.TimeZone

expect class TimeZone

Custom TimeZone implementation to replace kotlinx-datetime.TimeZone

actual class TimeZone

iOS implementation using NSTimeZone

Constructors

Link copied to clipboard
constructor(javaTimeZone: TimeZone)
constructor(nsTimeZone: NSTimeZone)

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual open override fun toString(): String
expect open override fun toString(): String
actual open override fun toString(): String