Contents

monthsOfTheYear

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

Declaration

var monthsOfTheYear: [NSNumber]? { get }

Discussion

Values can be from 1 to 12. This property value is valid only for recurrence rules initialized with specific months of the year and a frequency type of EKRecurrenceFrequency.yearly.

See Also

Accessing Recurrence Rule Properties