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
Package-level
declarations
Types
Functions
Properties
Types
Date
Duration
Link copied to clipboard
@
JvmInline
value
class
DateDuration
:
Comparable
<
DateDuration
>
Date
Time
Duration
Link copied to clipboard
@
JvmInline
value
class
DateTimeDuration
:
Comparable
<
DateTimeDuration
>
Properties
am
Link copied to clipboard
val
Double
.
am
:
Duration
days
Link copied to clipboard
val
Int
.
days
:
DateDuration
months
Link copied to clipboard
val
Int
.
months
:
DateDuration
o
Clock
Link copied to clipboard
val
Double
.
oClock
:
Duration
pm
Link copied to clipboard
val
Double
.
pm
:
Duration
weeks
Link copied to clipboard
val
Int
.
weeks
:
DateDuration
years
Link copied to clipboard
val
Int
.
years
:
DateDuration
Functions
formatted
Link copied to clipboard
fun
Duration
.
formatted
(
includeSubSeconds
:
Boolean
=
true
,
unitSeparator
:
String
=
""
,
componentSeparator
:
String
=
" "
)
:
String