The methods of Java.Text.DateFormatSymbols are listed below. For a list of all members, see the DateFormatSymbols Members list.
See Also: Inherited members from Java.Lang.Object
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. |