toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.time
/
TimezoneNames
Timezone
Names
data
class
TimezoneNames
(
val
namesToOffsets
:
Map
<
String
,
TimeSpan
>
)
:
Serializable
Members
Constructors
Timezone
Names
Link copied to clipboard
constructor
(
vararg
tz
:
Pair
<
String
,
TimeSpan
>
)
constructor
(
namesToOffsets
:
Map
<
String
,
TimeSpan
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
names
To
Offsets
Link copied to clipboard
val
namesToOffsets
:
Map
<
String
,
TimeSpan
>
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
TimezoneNames
)
:
TimezoneNames