Calendar.HandleGetDateFormat Method

Definition

Overloads

HandleGetDateFormat(String, ULocale)
HandleGetDateFormat(String, Locale)
HandleGetDateFormat(String, String, Locale)

HandleGetDateFormat(String, ULocale)

[Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Landroid/icu/util/ULocale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Landroid_icu_util_ULocale_Handler", ApiSince=24)]
protected virtual Android.Icu.Text.DateFormat? HandleGetDateFormat (string? pattern, Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Landroid/icu/util/ULocale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Landroid_icu_util_ULocale_Handler", ApiSince=24)>]
abstract member HandleGetDateFormat : string * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormat
override this.HandleGetDateFormat : string * Android.Icu.Util.ULocale -> Android.Icu.Text.DateFormat

Parameters

pattern
String
locale
ULocale

Returns

Attributes

Remarks

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

HandleGetDateFormat(String, Locale)

[Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Ljava/util/Locale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Ljava_util_Locale_Handler", ApiSince=24)]
protected virtual Android.Icu.Text.DateFormat? HandleGetDateFormat (string? pattern, Java.Util.Locale? locale);
[<Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Ljava/util/Locale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Ljava_util_Locale_Handler", ApiSince=24)>]
abstract member HandleGetDateFormat : string * Java.Util.Locale -> Android.Icu.Text.DateFormat
override this.HandleGetDateFormat : string * Java.Util.Locale -> Android.Icu.Text.DateFormat

Parameters

pattern
String
locale
Locale

Returns

Attributes

Remarks

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

HandleGetDateFormat(String, String, Locale)

[Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Ljava_lang_String_Ljava_util_Locale_Handler", ApiSince=24)]
protected virtual Android.Icu.Text.DateFormat? HandleGetDateFormat (string? pattern, string? override, Java.Util.Locale? locale);
[<Android.Runtime.Register("handleGetDateFormat", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Locale;)Landroid/icu/text/DateFormat;", "GetHandleGetDateFormat_Ljava_lang_String_Ljava_lang_String_Ljava_util_Locale_Handler", ApiSince=24)>]
abstract member HandleGetDateFormat : string * string * Java.Util.Locale -> Android.Icu.Text.DateFormat
override this.HandleGetDateFormat : string * string * Java.Util.Locale -> Android.Icu.Text.DateFormat

Parameters

pattern
String
override
String
locale
Locale

Returns

Attributes

Remarks

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