WeekSettings
Week-related calendar settings.
data class WeekSettings(firstDayOfWeek: DayOfWeek,minimumDaysInFirstWeek: Int)
Content copied to clipboard
Constructors
WeekSettings
Link copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(firstDayOfWeek: DayOfWeek, minimumDaysInFirstWeek: Int): WeekSettings
Content copied to clipboard
equals
Link copied to clipboard
Properties
firstDayOfWeek
Link copied to clipboard
The first day of the week.
minimumDaysInFirstWeek
Link copied to clipboard
The minimum number of days required in the first week of the year.