Week Settings
data class WeekSettings(firstDayOfWeek: DayOfWeek, minimumDaysInFirstWeek: Int)
Content copied to clipboard
Week-related calendar settings.
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