ktor-utils
Toggle table of contents
3.3.0
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.date
/
plus
plus
operator
fun
GMTDate
.
plus
(
milliseconds
:
Long
)
:
GMTDate
(
source
)
Adds the specified number of
milliseconds
Report a problem
operator
fun
GMTDate
.
plus
(
duration
:
Duration
)
:
GMTDate
(
source
)
Adds the specified
duration
Report a problem