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
{
[Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.DateFormatSymbolContext enum directly instead of this field.", true)]
[Register("FORMAT", ApiSince = 24)]
public const DateFormatSymbolContext Format = DateFormatSymbolContext.Format;
}
}
.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. |
Obsolete | This constant will be removed in the future version. Use Android.Icu.Text.DateFormatSymbolContext enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API