EKEventStore.PredicateForIncompleteReminders 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 represents the incomplete reminders in a time period from the calendar.
[Foundation.Export("predicateForIncompleteRemindersWithDueDateStarting:ending:calendars:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSPredicate PredicateForIncompleteReminders (Foundation.NSDate startDate, Foundation.NSDate endDate, EventKit.EKCalendar[] calendars);
abstract member PredicateForIncompleteReminders : Foundation.NSDate * Foundation.NSDate * EventKit.EKCalendar[] -> Foundation.NSPredicate
override this.PredicateForIncompleteReminders : Foundation.NSDate * Foundation.NSDate * EventKit.EKCalendar[] -> Foundation.NSPredicate
Parameters
- startDate
- NSDate
Starting date, if null searches for all events before the end date.
This parameter can be null
.
- endDate
- NSDate
Ending date, if null searches for all events past the starting date.
This parameter can be null
.
- calendars
- EKCalendar[]
Calendars to lookup, pass null to search all calendars.
This parameter can be null
.
Returns
- Attributes