Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.number_format
/
CustomDateTimeNumFormat
Custom
Date
Time
Num
Format
class
CustomDateTimeNumFormat
(
val
formatCode
:
String
)
:
DateTimeNumFormat
,
CustomNumFormat
(
source
)
Members
Constructors
Custom
Date
Time
Num
Format
Link copied to clipboard
constructor
(
formatCode
:
String
)
Properties
format
Code
Link copied to clipboard
open
override
val
formatCode
:
String
Functions
accepts
Link copied to clipboard
open
override
fun
accepts
(
value
:
CellValue
?
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
read
Link copied to clipboard
open
override
fun
read
(
v
:
String
)
:
CellValue
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
Date
Link copied to clipboard
fun
writeDate
(
value
:
DateCellValue
)
:
String
write
Date
Time
Link copied to clipboard
fun
writeDateTime
(
value
:
DateTimeCellValue
)
:
String