Uses of Class
com.ibm.icu.text.DateIntervalInfo

Packages that use DateIntervalInfo
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 DateIntervalInfo in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return DateIntervalInfo
 DateIntervalInfo DateIntervalFormat.getDateIntervalInfo()
          Gets the date time interval patterns.
 

Methods in com.ibm.icu.text with parameters of type DateIntervalInfo
static DateIntervalFormat DateIntervalFormat.getInstance(String skeleton, DateIntervalInfo dtitvinf)
          Construct a DateIntervalFormat from skeleton DateIntervalInfo, and default locale.
static DateIntervalFormat DateIntervalFormat.getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf)
          Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.
static DateIntervalFormat DateIntervalFormat.getInstance(String skeleton, ULocale locale, DateIntervalInfo dtitvinf)
          Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.
 void DateIntervalFormat.setDateIntervalInfo(DateIntervalInfo newItvPattern)
          Set the date time interval patterns.
 



Copyright (c) 2009 IBM Corporation and others.