次の方法で共有


INTransferMoneyIntentHandling_Extensions.ResolveTransactionScheduledDate メソッド

定義

開発者は、スケジュールされた転送日の解決をカスタマイズするために、このメソッドを実装できます。

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

パラメーター

This
IINTransferMoneyIntentHandling

このメソッドが動作するインスタンス。

intent
INTransferMoneyIntent

ユーザーの意図を指定します。

completion
Action<INDateComponentsRangeResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象