Contents

daysOfTheWeek

The days of the week associated with the recurrence rule, as an array of Ekrecurrencedayofweek objects.

Declaration

var daysOfTheWeek: [EKRecurrenceDayOfWeek]? { get }

Discussion

This property value is valid only for recurrence rules that were initialized with specific days of the week and a frequency type of EKRecurrenceFrequency.weekly, EKRecurrenceFrequency.monthly, or EKRecurrenceFrequency.yearly.

See Also

Accessing Recurrence Rule Properties