epub4kmp
Toggle table of contents
0.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
epub4kmp
epub4kmp-core
/
io.documentnode.epub4kmp.domain
/
Date
Date
class
Date
(
val
value
:
String
,
val
event
:
Date.Event
?
=
null
)
(
source
)
A Date used by the book's metadata.
Examples: creation-date, modification-date, etc
Members
Constructors
Date
Link copied to clipboard
constructor
(
value
:
String
,
event
:
Date.Event
?
=
null
)
constructor
(
date
:
LocalDate
)
constructor
(
date
:
LocalDate
,
event
:
Date.Event
?
)
constructor
(
instant
:
Instant
)
constructor
(
dateString
:
String
,
event
:
String
)
Types
Event
Link copied to clipboard
enum
Event
:
Enum
<
Date.Event
>
Properties
event
Link copied to clipboard
val
event
:
Date.Event
?
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String