EKEventStore.PredicateForIncompleteReminders 方法

定义

返回一个谓词,该谓词表示日历中某个时间段内未完成的提醒。

[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

参数

startDate
NSDate

开始日期,如果为 null,则搜索结束日期之前的所有事件。

此参数可以为 null

endDate
NSDate

结束日期,如果为 null,则搜索超过开始日期的所有事件。

此参数可以为 null

calendars
EKCalendar[]

要查找的日历,传递 null 以搜索所有日历。

此参数可以为 null

返回

属性

适用于