Uses of Class
com.ibm.icu.text.DateIntervalInfo
-
Packages that use DateIntervalInfo Package Description com.ibm.icu.text -
-
Uses of DateIntervalInfo in com.ibm.icu.text
Methods in com.ibm.icu.text that return DateIntervalInfo Modifier and Type Method Description DateIntervalInfoDateIntervalInfo. clone()Clone this object.DateIntervalInfoDateIntervalInfo. cloneAsThawed()Provides for the clone operation.DateIntervalInfoDateIntervalInfo. freeze()Freezes the object.DateIntervalInfoDateIntervalFormat. getDateIntervalInfo()Gets the date time interval patterns.Methods in com.ibm.icu.text with parameters of type DateIntervalInfo Modifier and Type Method Description static DateIntervalFormatDateIntervalFormat. getInstance(String skeleton, DateIntervalInfo dtitvinf)Construct a DateIntervalFormat from skeleton DateIntervalInfo, and the defaultFORMATlocale.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, DateIntervalInfo dtitvinf)Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.voidDateIntervalFormat. setDateIntervalInfo(DateIntervalInfo newItvPattern)Set the date time interval patterns.Constructors in com.ibm.icu.text with parameters of type DateIntervalInfo Constructor Description DateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat)Deprecated.This API is ICU internal only.
-