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[][])
monoandroid
namespace Android.Icu.Text
{
[Register("android/icu/text/DateFormatSymbols", ApiSince = 24, DoNotGenerateAcw = true)]
public class DateFormatSymbols : Object, IJavaObject, IJavaPeerable, ISerializable, ICloneable, IDisposable
{
[Register("setZodiacNames", "([Ljava/lang/String;II)V", "GetSetZodiacNames_arrayLjava_lang_String_IIHandler", ApiSince = 24)]
public virtual void SetZodiacNames(string![]? zodiacNames, int context, int width);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API