public class DateFormatSymbols

  1. Object
  2. DateFormatSymbols

ImplementsCloneable

Constructors

public DateFormatSymbols()

Methods

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)
public Object clone()

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()