Java.Text.DateFormatSymbols: Method Members

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

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
GetAmPmStrings() : string[]
Returns the array of strings which represent AM and PM.
static
GetAvailableLocales() : Java.Util.Locale[]
Returns an array of locales for which custom DateFormatSymbols instances are available.
GetEras() : string[]
Returns the array of strings which represent BC and AD.
static
GetInstance(Java.Util.Locale) : DateFormatSymbols
Returns a new DateFormatSymbols for the given locale.
GetMonths() : string[]
Returns the array of strings containing the full names of the months.
GetShortMonths() : string[]
Returns the array of strings containing the abbreviated names of the months.
GetShortWeekdays() : string[]
Returns the array of strings containing the abbreviated names of the days of the week.
GetWeekdays() : string[]
Returns the array of strings containing the full names of the days of the week.
GetZoneStrings() : string[][]
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.