Specifies the days on which the trigger can execute.
SDKs
- iOS 11.0+
- tvOS 11.0+
- watchOS 4.0+
Framework
- Home
Kit
Declaration
@property(readonly, copy, nonatomic) NSArray<NSDate Components *> *recurrences;
Discussion
This property represents the days of the week that the trigger recurs; the trigger ignores all properties other than weekday
on the Date
object.