Share via


TimeKeyListener.GetInstance(Locale) Method

Definition

Returns an instance of TimeKeyListener appropriate for the given locale.

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

Parameters

locale
Locale

Returns

Attributes

Remarks

Returns an instance of TimeKeyListener appropriate for the given locale.

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