datetime-polyglot
Toggle table of contents
0.1.1-SNAPSHOT
Select version
0.1.1-SNAPSHOT
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
datetime-polyglot
datetime-polyglot
/
dev.mmauro.datetimepolyglot.localizers.absolute
/
LocalDateTimeOptions
Local
Date
Time
Options
data
class
LocalDateTimeOptions
(
source
)
Localization options for
LocalDateTimeLocalizer
and
LocalDateTime.parse
.
Members
Constructors
Local
Date
Time
Options
Link copied to clipboard
constructor
(
dateOptions
:
DateStyle
,
timeOptions
:
TimeOptions
<
TimeStyle.Local
>
)
constructor
(
dateOptions
:
DateStyle
,
timeOptions
:
TimeStyle.Local
)
constructor
(
dateOptions
:
DateComponents
,
timeOptions
:
TimeOptions
<
TimeComponents.Local
>
)
constructor
(
dateOptions
:
DateComponents
,
timeOptions
:
TimeComponents.Local
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Options
Link copied to clipboard
val
dateOptions
:
DateOptions
time
Options
Link copied to clipboard
val
timeOptions
:
LocalTimeOptions