DateFormatSymbols
Abbreviated
Format
Narrow
Short
Standalone
Wide
DateFormatSymbols()
DateFormatSymbols(Locale)
DateFormatSymbols(ULocale)
DateFormatSymbols(Calendar, Locale)
DateFormatSymbols(Calendar, ULocale)
DateFormatSymbols(Class, Locale)
DateFormatSymbols(Class, ULocale)
DateFormatSymbols(IntPtr, JniHandleOwnership)
DateFormatSymbols(ResourceBundle, Locale)
DateFormatSymbols(ResourceBundle, ULocale)
Instance
JniPeerMembers
LocalPatternChars
ThresholdClass
ThresholdType
Clone()
GetAmPmStrings()
GetAvailableLocales()
GetEraNames()
GetEras()
GetInstance(Locale)
GetInstance(ULocale)
GetMonths()
GetMonths(Int32, Int32)
GetNarrowEras()
GetQuarters(Int32, Int32)
GetShortMonths()
GetShortWeekdays()
GetWeekdays()
GetWeekdays(Int32, Int32)
GetYearNames(Int32, Int32)
GetZodiacNames(Int32, Int32)
GetZoneStrings()
InitializeData(ULocale, String)
SetAmPmStrings(String[])
SetEraNames(String[])
SetEras(String[])
SetMonths(String[])
SetMonths(String[], Int32, Int32)
SetNarrowEras(String[])
SetQuarters(String[], Int32, Int32)
SetShortMonths(String[])
SetShortWeekdays(String[])
SetWeekdays(String[])
SetWeekdays(String[], Int32, Int32)
SetYearNames(String[], Int32, Int32)
SetZodiacNames(String[], Int32, Int32)
SetZoneStrings(String[][])
net9.0-android34.0
namespace Android.Icu.Text
{
[Register("android/icu/text/DateFormatSymbols", ApiSince = 24, DoNotGenerateAcw = true)]
[SupportedOSPlatform("android24.0")]
public class DateFormatSymbols : Object, IJavaObject, IJavaPeerable, ISerializable, ICloneable, IDisposable
{
[Register("setNarrowEras", "([Ljava/lang/String;)V", "GetSetNarrowEras_arrayLjava_lang_String_Handler", ApiSince = 31)]
[SupportedOSPlatform("android31.0")]
public virtual void SetNarrowEras(string![]? newNarrowEras);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API