Partager via


DateFormatSymbols.InitializeData(ULocale, String) Method

Definition

Initializes format symbols for the locale and calendar type

[Android.Runtime.Register("initializeData", "(Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetInitializeData_Landroid_icu_util_ULocale_Ljava_lang_String_Handler", ApiSince=24)]
protected virtual void InitializeData (Android.Icu.Util.ULocale? desiredLocale, string? type);
[<Android.Runtime.Register("initializeData", "(Landroid/icu/util/ULocale;Ljava/lang/String;)V", "GetInitializeData_Landroid_icu_util_ULocale_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member InitializeData : Android.Icu.Util.ULocale * string -> unit
override this.InitializeData : Android.Icu.Util.ULocale * string -> unit

Parameters

desiredLocale
ULocale

The locale whose symbols are desired.

type
String

The calendar type whose date format symbols are desired.

Attributes

Remarks

Initializes format symbols for the locale and calendar type

Java documentation for android.icu.text.DateFormatSymbols.initializeData(android.icu.util.ULocale, java.lang.String).

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