public class DateFormatSymbols
- Object
- DateFormatSymbols
ImplementsCloneable
Constructors
public DateFormatSymbols() |
Methods
Inherited methods
Constructor details
DateFormatSymbols
public DateFormatSymbols()Method details
getAmPmStrings
public String[] getAmPmStrings()setAmPmStrings
public void setAmPmStrings(String[] newAmpms)getZoneStrings
public String[][] getZoneStrings()setZoneStrings
public void setZoneStrings(String[][] newZoneStrings)setShortWeekdays
public void setShortWeekdays(String[] newShortWeekdays)getShortWeekdays
public String[] getShortWeekdays()getWeekdays
public String[] getWeekdays()setWeekdays
public void setWeekdays(String[] newWeekdays)setShortMonths
public void setShortMonths(String[] newShortMonths)getShortMonths
public String[] getShortMonths()setMonths
public void setMonths(String[] newMonths)getMonths
public String[] getMonths()getEras
public String[] getEras()setEras
public void setEras(String[] newEras)clone
public Object clone()