kotbase
Toggle table of contents
3.1
Select version
3.1
3.0
apple
common
jvmCommon
linuxMingw
Platform filter
apple
common
jvmCommon
linuxMingw
Switch theme
kotbase
couchbase-lite
/
kotbase
/
MutableDocument
/
setDate
set
Date
apple
common
jvmCommon
linuxMingw
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDocument
(
source
)
expect
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDocument
(
source
)
Set an Instant date value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the Date value.
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDocument
(
source
)
actual
fun
setDate
(
key
:
String
,
value
:
Instant
?
)
:
MutableDocument
(
source
)