DateFormatSymbols.InitializeData(ULocale, String) 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.
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
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.