Skip to content

//core/io.islandtime.calendar/WeekSettings

WeekSettings

common

data class WeekSettings(val firstDayOfWeek: DayOfWeek, val minimumDaysInFirstWeek: Int)

Week-related calendar settings.

Constructors

WeekSettings

common

constructor(firstDayOfWeek: DayOfWeek, minimumDaysInFirstWeek: Int)

Types

Name Summary
Companion

common


object Companion

Properties

Name Summary
firstDayOfWeek

common


val firstDayOfWeek: DayOfWeek

The first day of the week.
minimumDaysInFirstWeek

common


val minimumDaysInFirstWeek: Int

The minimum number of days required in the first week of the year.