共用方式為


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

傳回

屬性

適用於