The members of Java.Text.DateFormatSymbols are listed below.
See Also: Inherited members from Java.Lang.Object
| Constructs a new DateFormatSymbols instance containing the symbols for the user's default locale. | ||
| Constructs a new DateFormatSymbols instance containing the symbols for the specified locale. | 
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| [read-only] static  | Instance | DateFormatSymbols. Returns a new DateFormatSymbols instance for the user's default locale. | 
| LocalPatternChars | string. Returns the pattern characters used by Java.Text.SimpleDateFormat to specify date and time fields. | 
| [read-only] override  | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override  | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| Clone() Creates and returns a copy of this Object. | ||
| GetAmPmStrings() Returns the array of strings which represent AM and PM. | ||
| static  | GetAvailableLocales() Returns an array of locales for which custom DateFormatSymbols instances are available. | |
| GetEras() Returns the array of strings which represent BC and AD. | ||
| static  | GetInstance(Java.Util.Locale) Returns a new DateFormatSymbols for the given locale. | |
| GetMonths() Returns the array of strings containing the full names of the months. | ||
| GetShortMonths() Returns the array of strings containing the abbreviated names of the months. | ||
| GetShortWeekdays() Returns the array of strings containing the abbreviated names of the days of the week. | ||
| GetWeekdays() Returns the array of strings containing the full names of the days of the week. | ||
| GetZoneStrings() Returns the two-dimensional array of strings containing localized names for time zones. | ||
| SetAmPmStrings(string[]) Sets the array of strings which represent AM and PM. | ||
| SetEras(string[]) Sets the array of Strings which represent BC and AD. | ||
| SetMonths(string[]) Sets the array of strings containing the full names of the months. | ||
| SetShortMonths(string[]) Sets the array of strings containing the abbreviated names of the months. | ||
| SetShortWeekdays(string[]) Sets the array of strings containing the abbreviated names of the days of the week. | ||
| SetWeekdays(string[]) Sets the array of strings containing the full names of the days of the week. | ||
| SetZoneStrings(string[][]) Sets the two-dimensional array of strings containing localized names for time zones. | ||