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