com.ghasemkiani.util.icu
Class PersianDateFormatSymbols

java.lang.Object
  extended bycom.ibm.icu.text.DateFormatSymbols
      extended bycom.ghasemkiani.util.icu.PersianDateFormatSymbols
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class PersianDateFormatSymbols
extends com.ibm.icu.text.DateFormatSymbols

This class uses a resource bundle to extract localized names of the Persian calendar eras and months.

Version:
2.1
Author:
Ghasem Kiani
See Also:
Serialized Form

Constructor Summary
PersianDateFormatSymbols()
          Creates a PersianDateFormatSymbols for the default locale.
PersianDateFormatSymbols(java.util.Locale locale)
          Creates a PersianDateFormatSymbols for the specified locale.
PersianDateFormatSymbols(com.ibm.icu.util.ULocale uLocale)
          Creates a PersianDateFormatSymbols for the specified locale.
 
Method Summary
 
Methods inherited from class com.ibm.icu.text.DateFormatSymbols
clone, equals, getAmPmStrings, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getDateFormatBundle, getEras, getLocale, getLocalPatternChars, getMonths, getShortMonths, getShortWeekdays, getWeekdays, getZoneStrings, hashCode, setAmPmStrings, setEras, setLocalPatternChars, setMonths, setShortMonths, setShortWeekdays, setWeekdays, setZoneStrings
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersianDateFormatSymbols

public PersianDateFormatSymbols()
Creates a PersianDateFormatSymbols for the default locale.


PersianDateFormatSymbols

public PersianDateFormatSymbols(com.ibm.icu.util.ULocale uLocale)
Creates a PersianDateFormatSymbols for the specified locale.

Parameters:
uLocale - the provided locale for this object.

PersianDateFormatSymbols

public PersianDateFormatSymbols(java.util.Locale locale)
Creates a PersianDateFormatSymbols for the specified locale.

Parameters:
locale - the provided locale for this object.