Verdandi
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
Verdandi
Verdandi
/
com.github.abraga.verdandi.api.model.duration
/
DateDuration
Date
Duration
@
JvmInline
value
class
DateDuration
:
Comparable
<
DateDuration
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
days
Link copied to clipboard
val
days
:
Int
in
Whole
Days
Link copied to clipboard
val
inWholeDays
:
Int
in
Whole
Milliseconds
Link copied to clipboard
val
inWholeMilliseconds
:
Long
in
Whole
Weeks
Link copied to clipboard
val
inWholeWeeks
:
Int
months
Link copied to clipboard
val
months
:
Int
weeks
Link copied to clipboard
val
weeks
:
Int
years
Link copied to clipboard
val
years
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
DateDuration
)
:
Int
div
Link copied to clipboard
operator
fun
div
(
scalar
:
Int
)
:
DateDuration
formatted
Link copied to clipboard
fun
formatted
(
unitSeparator
:
String
=
""
,
componentSeparator
:
String
=
" "
)
:
String
minus
Link copied to clipboard
operator
fun
minus
(
other
:
DateDuration
)
:
DateDuration
operator
fun
minus
(
other
:
Duration
)
:
DateTimeDuration
plus
Link copied to clipboard
operator
fun
plus
(
other
:
DateDuration
)
:
DateDuration
operator
fun
plus
(
other
:
Duration
)
:
DateTimeDuration
times
Link copied to clipboard
operator
fun
times
(
scalar
:
Int
)
:
DateDuration
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String