korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
TimezoneNames
Timezone
Names
data
class
TimezoneNames
(
val
timeZones
:
List
<
Timezone
>
)
:
Serializable
Members
Constructors
Timezone
Names
Link copied to clipboard
constructor
(
timeZones
:
List
<
Timezone
>
)
constructor
(
vararg
tz
:
Timezone
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
names
To
Offsets
Link copied to clipboard
val
namesToOffsets
:
Map
<
String
,
Duration
>
names
To
Offsets
List
Link copied to clipboard
val
namesToOffsetsList
:
Map
<
String
,
List
<
Timezone
>
>
time
Zones
Link copied to clipboard
val
timeZones
:
List
<
Timezone
>
Functions
get
Link copied to clipboard
operator
fun
get
(
name
:
String
)
:
Timezone
?
get
All
Link copied to clipboard
fun
getAll
(
name
:
String
)
:
List
<
Timezone
>
Some abbreviations collides, so we can get a list of Timezones based on abbreviation
plus
Link copied to clipboard
operator
fun
plus
(
other
:
TimezoneNames
)
:
TimezoneNames