sheets
core
/
com.maxkeppeler.sheets.core.utils
/
TimeInfo
Time
Info
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
TimeInfo
(
val
days
:
Long
=
0
,
val
hours
:
Long
=
0
,
val
minutes
:
Long
=
0
,
val
seconds
:
Long
=
0
)
Content copied to clipboard
Helper class to store time units.
Constructors
Functions
Properties
Constructors
Time
Info
Link copied to clipboard
fun
TimeInfo
(
days
:
Long
=
0
,
hours
:
Long
=
0
,
minutes
:
Long
=
0
,
seconds
:
Long
=
0
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
days
Link copied to clipboard
val
days
:
Long
=
0
Content copied to clipboard
hours
Link copied to clipboard
val
hours
:
Long
=
0
Content copied to clipboard
minutes
Link copied to clipboard
val
minutes
:
Long
=
0
Content copied to clipboard
seconds
Link copied to clipboard
val
seconds
:
Long
=
0
Content copied to clipboard