TimeZone

class TimeZone

The time zone in which the place is located.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time zone name.

Link copied to clipboard

Time zone offset of the timezone from UTC.

Link copied to clipboard

The offset of the time zone from UTC, in seconds.

Functions

Link copied to clipboard
inline fun copy(block: TimeZone.Builder.() -> Unit = {}): TimeZone
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String