Contents

daysOfTheYear

The days of the year associated with the recurrence rule, as an array of NSNumber objects.

Declaration

var daysOfTheYear: [NSNumber]? { get }

Discussion

Values can be from 1 to 366 and from -1 to -366. This property value is valid only for recurrence rules initialized with a frequency type of EKRecurrenceFrequency.yearly.

Negative values indicate counting backwards from the end of the year.

See Also

Accessing Recurrence Rule Properties