HMEventTrigger.CreatePredicateForEvaluatingTriggerOccurringBeforeDate 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 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