Calendar.GetDisplayName Method

Definition

Overloads

GetDisplayName(ULocale)
GetDisplayName(Locale)

GetDisplayName(ULocale)

[Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetGetDisplayName_Landroid_icu_util_ULocale_Handler", ApiSince=24)]
public virtual string? GetDisplayName (Android.Icu.Util.ULocale? loc);
[<Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetGetDisplayName_Landroid_icu_util_ULocale_Handler", ApiSince=24)>]
abstract member GetDisplayName : Android.Icu.Util.ULocale -> string
override this.GetDisplayName : Android.Icu.Util.ULocale -> string

Parameters

loc
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

GetDisplayName(Locale)

[Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "GetGetDisplayName_Ljava_util_Locale_Handler", ApiSince=24)]
public virtual string? GetDisplayName (Java.Util.Locale? loc);
[<Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "GetGetDisplayName_Ljava_util_Locale_Handler", ApiSince=24)>]
abstract member GetDisplayName : Java.Util.Locale -> string
override this.GetDisplayName : Java.Util.Locale -> string

Parameters

loc
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