Class DateFormatSymbols
java.lang.Object
java.text.DateFormatSymbols
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Objectclone()String[]String[]getEras()String[]String[]String[]String[]String[][]voidsetAmPmStrings(String[] newAmpms) voidvoidvoidsetShortMonths(String[] newShortMonths) voidsetShortWeekdays(String[] newShortWeekdays) voidsetWeekdays(String[] newWeekdays) voidsetZoneStrings(String[][] newZoneStrings) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DateFormatSymbols
public DateFormatSymbols()
-
-
Method Details
-
getAmPmStrings
-
setAmPmStrings
-
getZoneStrings
-
setZoneStrings
-
setShortWeekdays
-
getShortWeekdays
-
getWeekdays
-
setWeekdays
-
setShortMonths
-
getShortMonths
-
setMonths
-
getMonths
-
getEras
-
setEras
-
clone
public java.lang.Object clone()- Overrides:
clonein classjava.lang.Object
-