Contents

daysOfTheMonth

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

Declaration

var daysOfTheMonth: [NSNumber]? { get }

Discussion

Values can be from 1 to 31 and from -1 to -31. This property value is valid only for recurrence rules that were initialized with specific days of the month and a frequency type of EKRecurrenceFrequency.monthly.

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

See Also

Accessing Recurrence Rule Properties