Contents

firstWeekday

The first day of the week for the calendar.

Declaration

var firstWeekday: Int { get set }

Discussion

The default value of firstWeekday varies by calendar and locale. Your app can reset this value.

The weekday units are one-based. For Gregorian and ISO 8601 calendars, 1 is Sunday.

See Also

Getting Calendar Information