Class DateFormatSymbols

java.lang.Object
java.text.DateFormatSymbols
All Implemented Interfaces:
Cloneable

public class DateFormatSymbols extends Object implements Cloneable
  • 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()
      Overrides:
      clone in class Object