HMEventTrigger.CreatePredicateForEvaluatingTriggerOccurringOnDate 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.
Factory method to create an NSPredicate that evaluates to true
if the triggering event occurred before dateComponent
.
[Foundation.Export("predicateForEvaluatingTriggerOccurringOnDateWithComponents:")]
public static Foundation.NSPredicate CreatePredicateForEvaluatingTriggerOccurringOnDate (Foundation.NSDateComponents dateComponents);
static member CreatePredicateForEvaluatingTriggerOccurringOnDate : Foundation.NSDateComponents -> Foundation.NSPredicate
Parameters
- dateComponents
- NSDateComponents
Returns
- Attributes