korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
ComputedTime
Computed
Time
class
ComputedTime
(
val
weeks
:
Int
=
0
,
val
days
:
Int
=
0
,
val
hours
:
Int
=
0
,
val
minutes
:
Int
=
0
,
val
seconds
:
Int
=
0
,
val
nanoseconds
:
Int
=
0
)
Members
Constructors
Computed
Time
Link copied to clipboard
constructor
(
weeks
:
Int
=
0
,
days
:
Int
=
0
,
hours
:
Int
=
0
,
minutes
:
Int
=
0
,
seconds
:
Int
=
0
,
nanoseconds
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
days
Link copied to clipboard
val
days
:
Int
days
Including
Weeks
Link copied to clipboard
val
daysIncludingWeeks
:
Int
hours
Link copied to clipboard
val
hours
:
Int
hours
Including
Days
And
Weeks
Link copied to clipboard
val
hoursIncludingDaysAndWeeks
:
Int
milliseconds
Link copied to clipboard
val
milliseconds
:
Double
minutes
Link copied to clipboard
val
minutes
:
Int
nanoseconds
Link copied to clipboard
val
nanoseconds
:
Int
seconds
Link copied to clipboard
val
seconds
:
Int
seconds
Including
Milliseconds
Link copied to clipboard
val
secondsIncludingMilliseconds
:
Double
weeks
Link copied to clipboard
val
weeks
:
Int