Share via


DateKeyListener.GetInstance(Locale) Method

Definition

Returns an instance of DateKeyListener appropriate for the given locale.

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

Parameters

locale
Locale

Returns

Attributes

Remarks

Returns an instance of DateKeyListener appropriate for the given locale.

Java documentation for android.text.method.DateKeyListener.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