Share via


HMEventTrigger.CreatePredicateForEvaluatingTriggerOccurringBetweenDates Method

Definition

[Foundation.Export("predicateForEvaluatingTriggerOccurringBetweenDateWithComponents:secondDateWithComponents:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPredicate CreatePredicateForEvaluatingTriggerOccurringBetweenDates(Foundation.NSDateComponents firstDateComponents, Foundation.NSDateComponents secondDateComponents);
[<Foundation.Export("predicateForEvaluatingTriggerOccurringBetweenDateWithComponents:secondDateWithComponents:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreatePredicateForEvaluatingTriggerOccurringBetweenDates : Foundation.NSDateComponents * Foundation.NSDateComponents -> Foundation.NSPredicate

Parameters

firstDateComponents
NSDateComponents
secondDateComponents
NSDateComponents

Returns

Attributes

Applies to