com.ibm.icu.util

Class Calendar.FormatConfiguration

public static class Calendar.FormatConfiguration extends Object

Deprecated: This API is ICU internal only.

An instance of FormatConfiguration represents calendar specific date format configuration and used for calling the ICU private SimpleDateFormat factory method.

UNKNOWN:

Method Summary
CalendargetCalendar()
DateFormatSymbolsgetDateFormatSymbols()
ULocalegetLocale()
StringgetPatternString()

Method Detail

getCalendar

public Calendar getCalendar()

getDateFormatSymbols

public DateFormatSymbols getDateFormatSymbols()

getLocale

public ULocale getLocale()

getPatternString

public String getPatternString()
Copyright (c) 2007 IBM Corporation and others.