DateComponents
data class DateComponents(val eraStyle: EraStyle? = null, val yearStyle: YearStyle = YearStyle.NUMERIC_PADDED_4_DIGITS, val monthStyle: MonthStyle, val dayOfMonthStyle: DayOfMonthStyle, val dayOfWeekStyle: DayOfWeekStyle? = null) : 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? = null, yearStyle: YearStyle = YearStyle.NUMERIC_PADDED_4_DIGITS, monthStyle: MonthStyle, dayOfMonthStyle: DayOfMonthStyle, dayOfWeekStyle: DayOfWeekStyle? = null)