EKEventStore.PredicateForCompleteReminders Method

Definition

Returns a predicate that represents the completed reminders in a time period from the calendar.

[Foundation.Export("predicateForCompletedRemindersWithCompletionDateStarting:ending:calendars:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSPredicate PredicateForCompleteReminders (Foundation.NSDate startDate, Foundation.NSDate endDate, EventKit.EKCalendar[] calendars);
abstract member PredicateForCompleteReminders : Foundation.NSDate * Foundation.NSDate * EventKit.EKCalendar[] -> Foundation.NSPredicate
override this.PredicateForCompleteReminders : 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

Applies to