Uses of Class
com.ibm.icu.text.DateIntervalFormat
-
Packages that use DateIntervalFormat Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of DateIntervalFormat in com.ibm.icu.text
Methods in com.ibm.icu.text that return DateIntervalFormat Modifier and Type Method Description DateIntervalFormatDateIntervalFormat. clone()Clone this Format object polymorphically.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton)Construct a DateIntervalFormat from skeleton and the defaultFORMATlocale.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, DateIntervalInfo dtitvinf)Construct a DateIntervalFormat from skeleton DateIntervalInfo, and the defaultFORMATlocale.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, ULocale locale)Construct a DateIntervalFormat from skeleton and a given locale.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, ULocale locale, DateIntervalInfo dtitvinf)Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, Locale locale)Construct a DateIntervalFormat from skeleton and a given locale.static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf)Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.
-