Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.sheet
/
TimeCellValue
Time
Cell
Value
class
TimeCellValue
(
val
hour
:
Int
=
0
,
val
minute
:
Int
=
0
,
val
second
:
Int
=
0
,
val
millisecond
:
Int
=
0
,
val
microsecond
:
Int
=
0
)
:
CellValue
(
source
)
Members
Constructors
Time
Cell
Value
Link copied to clipboard
constructor
(
hour
:
Int
=
0
,
minute
:
Int
=
0
,
second
:
Int
=
0
,
millisecond
:
Int
=
0
,
microsecond
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hour
Link copied to clipboard
val
hour
:
Int
=
0
microsecond
Link copied to clipboard
val
microsecond
:
Int
=
0
millisecond
Link copied to clipboard
val
millisecond
:
Int
=
0
minute
Link copied to clipboard
val
minute
:
Int
=
0
second
Link copied to clipboard
val
second
:
Int
=
0
Functions
as
Duration
Link copied to clipboard
fun
asDuration
(
)
:
<Error class: unknown class>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String