DateComponents
data class DateComponents(val eraStyle: EraStyle? = Defaults.ERA, val yearStyle: YearStyle = Defaults.YEAR, val monthStyle: MonthStyle = Defaults.MONTH, val dayOfMonthStyle: DayOfMonthStyle = Defaults.DAY_OF_MONTH, val dayOfWeekStyle: DayOfWeekStyle? = Defaults.DAY_OF_WEEK) : DateStyleOptions, ComponentsOptions.Date.Components(source)
Class defining the style for each component of a date (year, month and day).
Constructors
Link copied to clipboard
constructor(eraStyle: EraStyle? = Defaults.ERA, yearStyle: YearStyle = Defaults.YEAR, monthStyle: MonthStyle = Defaults.MONTH, dayOfMonthStyle: DayOfMonthStyle = Defaults.DAY_OF_MONTH, dayOfWeekStyle: DayOfWeekStyle? = Defaults.DAY_OF_WEEK)
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.