kotbase
Toggle table of contents
3.1
Select version
3.2
3.1
3.0
apple
common
jvmCommon
linuxMingw
Platform filter
apple
common
jvmCommon
linuxMingw
Switch theme
Search in API
kotbase
couchbase-lite-ee
/
kotbase
/
MutableDictionary
/
setDate
set
Date
apple
common
jvmCommon
linuxMingw
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDictionary
(
source
)
expect
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDictionary
(
source
)
Set an Instant date object for the given key.
Return
The self object.
Parameters
key
The key
value
The Instant date object.
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDictionary
(
source
)
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDictionary
(
source
)