次の方法で共有


DateTimeKeyListener.GetInstance(Locale) Method

Definition

Returns an instance of DateTimeKeyListener appropriate for the given locale.

[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;)Landroid/text/method/DateTimeKeyListener;", "", ApiSince=26)]
public static Android.Text.Method.DateTimeKeyListener GetInstance (Java.Util.Locale? locale);
[<Android.Runtime.Register("getInstance", "(Ljava/util/Locale;)Landroid/text/method/DateTimeKeyListener;", "", ApiSince=26)>]
static member GetInstance : Java.Util.Locale -> Android.Text.Method.DateTimeKeyListener

Parameters

locale
Locale

Returns

Attributes

Remarks

Returns an instance of DateTimeKeyListener appropriate for the given locale.

Java documentation for android.text.method.DateTimeKeyListener.getInstance(java.util.Locale).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to