Share via


ChineseCalendar.HandleGetDateFormat(String, String, ULocale) Method

Definition

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

Parameters

pattern
String
override
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