core
/
io.islandtime.calendar
/
WeekSettings
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
systemDefault
Link copied to clipboard
common
fun
systemDefault
():
WeekSettings
Content copied to clipboard
Returns the definition of a week according to the current system settings.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
ISO
Link copied to clipboard
common
val
ISO
:
WeekSettings
Content copied to clipboard
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
Content copied to clipboard
A definition of a week that starts on Sunday with a minimum of 1 day in the first week of the year.