Uses of Class
com.ibm.icu.text.DateIntervalInfo
Packages that use DateIntervalInfo
-
Uses of DateIntervalInfo in com.ibm.icu.text
Fields in com.ibm.icu.text declared as DateIntervalInfoModifier and TypeFieldDescription(package private) DateIntervalInfoDateIntervalInfo.DateIntervalSink.dateIntervalInfoprivate DateIntervalInfoDateIntervalFormat.fInfoFields in com.ibm.icu.text with type parameters of type DateIntervalInfoModifier and TypeFieldDescriptionprivate static final ICUCache<String, DateIntervalInfo> DateIntervalInfo.DIICACHEMethods in com.ibm.icu.text that return DateIntervalInfoModifier and TypeMethodDescriptionDateIntervalInfo.cloneAsThawed()Provides for the clone operation.DateIntervalInfo.freeze()Freezes the object.DateIntervalFormat.getDateIntervalInfo()Gets the date time interval patterns.Methods in com.ibm.icu.text with parameters of type DateIntervalInfoModifier and TypeMethodDescriptionstatic final DateIntervalFormatDateIntervalFormat.getInstance(String skeleton, DateIntervalInfo dtitvinf) Construct a DateIntervalFormat from skeleton DateIntervalInfo, and the defaultFORMATlocale.static final DateIntervalFormatDateIntervalFormat.getInstance(String skeleton, ULocale locale, DateIntervalInfo dtitvinf) Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.static final DateIntervalFormatDateIntervalFormat.getInstance(String skeleton, Locale locale, DateIntervalInfo dtitvinf) Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.private voidDateIntervalInfo.initializeFromReadOnlyPatterns(DateIntervalInfo dii) Initialize this objectvoidDateIntervalFormat.setDateIntervalInfo(DateIntervalInfo newItvPattern) Set the date time interval patterns.Constructors in com.ibm.icu.text with parameters of type DateIntervalInfoModifierConstructorDescriptionDateIntervalFormat(String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat) Deprecated.This API is ICU internal only.DateIntervalSink(DateIntervalInfo dateIntervalInfo)