DateTimeKeyListener.GetInstance(Locale) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.