Share via


INSearchForMessagesIntentHandling_Extensions.ResolveDateTimeRange Method

Definition

Developers may override this method to customize the date range used in the search.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveDateTimeRange(this Intents.IINSearchForMessagesIntentHandling This, Intents.INSearchForMessagesIntent intent, Action<Intents.INDateComponentsRangeResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveDateTimeRange : Intents.IINSearchForMessagesIntentHandling * Intents.INSearchForMessagesIntent * Action<Intents.INDateComponentsRangeResolutionResult> -> unit

Parameters

intent
INSearchForMessagesIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to