Skip to content

//core/io.islandtime.calendar/WeekSettings/Companion

Companion

common

object Companion

Properties

Name Summary
ISO

common


val ISO: WeekSettings

The ISO-8601 calendar system's definition of a week, where the first day of the week is Monday and the first week of the year has a minimum of 4 days.
SUNDAY_START

common


val SUNDAY_START: WeekSettings

A definition of a week that starts on Sunday with a minimum of 1 day in the first week of the year.

Functions

Name Summary
systemDefault

common


fun systemDefault(): WeekSettings

Returns the definition of a week according to the current system settings. This may differ from the definition associated with the default locale on platforms that allow this to be customized, such as iOS and macOS.