datetime-polyglot
Toggle table of contents
0.6.1-SNAPSHOT
Select version
0.6.1-SNAPSHOT
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
datetime-polyglot
datetime-polyglot
/
dev.mmauro.datetimepolyglot.localizers.absolute
/
TimeComponents
Time
Components
sealed
interface
TimeComponents
:
TimeStyleOptions
Interface defining the style for each component of a time.
See also
Local
Time
Components
Zoned
Time
Components
Inheritors
LocalTimeComponents
ZonedTimeComponents
Members
Properties
day
Period
Style
Link copied to clipboard
abstract
val
dayPeriodStyle
:
DayPeriodStyle
?
fractional
Second
Digits
Link copied to clipboard
abstract
val
fractionalSecondDigits
:
Int
hour
Style
Link copied to clipboard
abstract
val
hourStyle
:
HourStyle
minute
Style
Link copied to clipboard
abstract
val
minuteStyle
:
MinuteStyle
?
second
Style
Link copied to clipboard
abstract
val
secondStyle
:
SecondStyle
?