INSearchForPhotosIntentHandling_Extensions.ResolveDateCreated Method

Definition

Developers may override this method to customize the resolution of a date-created variable.

public static void ResolveDateCreated (this Intents.IINSearchForPhotosIntentHandling This, Intents.INSearchForPhotosIntent intent, Action<Intents.INDateComponentsRangeResolutionResult> completion);
static member ResolveDateCreated : Intents.IINSearchForPhotosIntentHandling * Intents.INSearchForPhotosIntent * Action<Intents.INDateComponentsRangeResolutionResult> -> unit

Parameters

This
IINSearchForPhotosIntentHandling

The instance on which this method operates.

intent
INSearchForPhotosIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Applies to