Kexcel
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Kexcel
Kexcel
/
com.gyanoba.kexcel.number_format
/
StandardDateTimeNumFormat
Standard
Date
Time
Num
Format
class
StandardDateTimeNumFormat
(
val
numFmtId
:
Int
,
val
formatCode
:
String
)
:
DateTimeNumFormat
,
StandardNumFormat
(
source
)
Members
Constructors
Standard
Date
Time
Num
Format
Link copied to clipboard
constructor
(
numFmtId
:
Int
,
formatCode
:
String
)
Properties
format
Code
Link copied to clipboard
open
override
val
formatCode
:
String
num
Fmt
Id
Link copied to clipboard
open
override
val
numFmtId
:
Int
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