Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
systemDefault
Link copied to clipboard
common
fun systemDefault(): WeekSettings
Returns the definition of a week according to the current system settings.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

ISO
Link copied to clipboard
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
Link copied to clipboard
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.