HMEventTrigger.CreatePredicateForEvaluatingTriggerOccurringBeforeDate Method

Definition

Factory method to create an NSPredicate that is true if the triggering event occurred before dateComponents.

[Foundation.Export("predicateForEvaluatingTriggerOccurringBeforeDateWithComponents:")]
public static Foundation.NSPredicate CreatePredicateForEvaluatingTriggerOccurringBeforeDate (Foundation.NSDateComponents dateComponents);
static member CreatePredicateForEvaluatingTriggerOccurringBeforeDate : Foundation.NSDateComponents -> Foundation.NSPredicate

Parameters

dateComponents
NSDateComponents

Returns

Attributes

Applies to