TimeZone

class TimeZone

Information about a time zone. Includes the name of the time zone and the offset from UTC in seconds.

Types

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

Properties

Link copied to clipboard

The name of the time zone, following the IANA time zone standard. For example, America/Los_Angeles.

Link copied to clipboard
val offset: Int?

The time zone's offset, in seconds, from UTC.

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