EKEventStore.PredicateForReminders(EKCalendar[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a predicate that represets all the reminders from the calendar.
[Foundation.Export("predicateForRemindersInCalendars:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSPredicate PredicateForReminders (EventKit.EKCalendar[] calendars);
abstract member PredicateForReminders : EventKit.EKCalendar[] -> Foundation.NSPredicate
override this.PredicateForReminders : EventKit.EKCalendar[] -> Foundation.NSPredicate
Parameters
- calendars
- EKCalendar[]
Calendars to lookup, pass null to search all calendars.
This parameter can be null
.
Returns
- Attributes