Modifier and Type | Field and Description |
---|---|
static int |
ZONE_ID |
static int |
ZONE_LONGNAME |
static int |
ZONE_LONGNAME_DST |
static int |
ZONE_SHORTNAME |
static int |
ZONE_SHORTNAME_DST |
Constructor and Description |
---|
DateFormatSymbols() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String[] |
getAmPmStrings() |
String[] |
getEras() |
String[] |
getMonths() |
Hashtable<String,String> |
getResourceBundle() |
String[] |
getShortMonths() |
String[] |
getShortWeekdays() |
String[] |
getWeekdays() |
String[][] |
getZoneStrings() |
void |
setAmPmStrings(String[] newAmpms) |
void |
setEras(String[] newEras) |
void |
setMonths(String[] newMonths) |
void |
setResourceBundle(Hashtable<String,String> newResourceBundle) |
void |
setShortMonths(String[] newShortMonths) |
void |
setShortWeekdays(String[] newShortWeekdays) |
void |
setWeekdays(String[] newWeekdays) |
void |
setZoneStrings(String[][] newZoneStrings) |
public static final int ZONE_ID
public static final int ZONE_LONGNAME
public static final int ZONE_SHORTNAME
public static final int ZONE_LONGNAME_DST
public static final int ZONE_SHORTNAME_DST
public String[] getAmPmStrings()
public void setAmPmStrings(String[] newAmpms)
public String[][] getZoneStrings()
public void setZoneStrings(String[][] newZoneStrings)
public void setShortWeekdays(String[] newShortWeekdays)
public String[] getShortWeekdays()
public String[] getWeekdays()
public void setWeekdays(String[] newWeekdays)
public void setShortMonths(String[] newShortMonths)
public String[] getShortMonths()
public void setMonths(String[] newMonths)
public String[] getMonths()
public String[] getEras()
public void setEras(String[] newEras)