Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
FixedOffset
Link copied to clipboard
common

Creates a fixed-offset TimeZone from an identifier in the form of +01:00.

fun FixedOffset(id: String): TimeZone.FixedOffset
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
systemDefault
Link copied to clipboard
common

Returns the system's current TimeZone.

fun systemDefault(): TimeZone
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

UTC
Link copied to clipboard
common

A fixed time zone representing UTC.

val UTC: TimeZone