INTransferMoneyIntentHandling_Extensions.ResolveTransactionScheduledDate Method

Definition

Developers may implement this method to customize resolution of a scheduled transfer date.

public static void ResolveTransactionScheduledDate (this Intents.IINTransferMoneyIntentHandling This, Intents.INTransferMoneyIntent intent, Action<Intents.INDateComponentsRangeResolutionResult> completion);
static member ResolveTransactionScheduledDate : Intents.IINTransferMoneyIntentHandling * Intents.INTransferMoneyIntent * Action<Intents.INDateComponentsRangeResolutionResult> -> unit

Parameters

This
IINTransferMoneyIntentHandling

The instance on which this method operates.

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Applies to