CreationKit Documentation

Enumeration Days​OfWeek

public enum DaysOfWeek: Int, CaseIterable  

Days of the week. By setting your calendar's first day of the week, you can change which day is the first for the week. Sunday is the default value.

DaysOfWeek DaysOfWeek Int Int DaysOfWeek->Int CaseIterable CaseIterable DaysOfWeek->CaseIterable

Conforms To

CaseIterable
Int

Enumeration Cases

friday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

tuesday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

monday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

wednesday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

saturday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

thursday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.

sunday

case sunday = 1, monday, tuesday, wednesday, thursday, friday, saturday

Days of the week.