Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.sheet
/
DateCellValue
Date
Cell
Value
class
DateCellValue
(
val
year
:
Int
,
val
month
:
Int
,
val
day
:
Int
)
:
CellValue
(
source
)
Members
Constructors
Date
Cell
Value
Link copied to clipboard
constructor
(
year
:
Int
,
month
:
Int
,
day
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
day
Link copied to clipboard
val
day
:
Int
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
as
Date
Time
Utc
Link copied to clipboard
fun
asDateTimeUtc
(
)
:
LocalDateTime
as
Local
Date
Link copied to clipboard
fun
asLocalDate
(
)
:
LocalDate
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