Java.Text.DateFormatSymbols Members

The members of Java.Text.DateFormatSymbols are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
InstanceDateFormatSymbols. Returns a new DateFormatSymbols instance for the user's default locale.
LocalPatternCharsstring. Returns the pattern characters used by Java.Text.SimpleDateFormat to specify date and time fields.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.