Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
FixedOffset
Link copied to clipboard
common
fun FixedOffset(id: String): TimeZone.FixedOffset
Creates a fixed-offset TimeZone from an identifier in the form of +01:00.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
systemDefault
Link copied to clipboard
common
fun systemDefault(): TimeZone
Returns the system's current TimeZone.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

UTC
Link copied to clipboard
common
val UTC: TimeZone
A fixed time zone representing UTC.