core
/
io.islandtime
/
TimeZone
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
FixedOffset
Link copied to clipboard
common
fun
FixedOffset
(id:
String
):
TimeZone.FixedOffset
Content copied to clipboard
Creates a fixed-offset
TimeZone
from an identifier in the form of
+01:00
.
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
systemDefault
Link copied to clipboard
common
fun
systemDefault
():
TimeZone
Content copied to clipboard
Returns the system's current
TimeZone
.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
UTC
Link copied to clipboard
common
val
UTC
:
TimeZone
Content copied to clipboard
A fixed time zone representing UTC.