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
Fields in com.ibm.icu.text declared as DateIntervalInfo Modifier and Type Field Description (package private) DateIntervalInfo
DateIntervalInfo.DateIntervalSink. dateIntervalInfo
private DateIntervalInfo
DateIntervalFormat. fInfo
Fields in com.ibm.icu.text with type parameters of type DateIntervalInfo Modifier and Type Field Description private static ICUCache<java.lang.String,DateIntervalInfo>
DateIntervalInfo. DIICACHE
Methods in com.ibm.icu.text that return DateIntervalInfo Modifier and Type Method Description DateIntervalInfo
DateIntervalInfo. cloneAsThawed()
Provides for the clone operation.DateIntervalInfo
DateIntervalInfo. freeze()
Freezes the object.DateIntervalInfo
DateIntervalFormat. getDateIntervalInfo()
Gets the date time interval patterns.Methods in com.ibm.icu.text with parameters of type DateIntervalInfo Modifier and Type Method Description static DateIntervalFormat
DateIntervalFormat. getInstance(java.lang.String skeleton, DateIntervalInfo dtitvinf)
Construct a DateIntervalFormat from skeleton DateIntervalInfo, and the defaultFORMAT
locale.static DateIntervalFormat
DateIntervalFormat. getInstance(java.lang.String skeleton, ULocale locale, DateIntervalInfo dtitvinf)
Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.static DateIntervalFormat
DateIntervalFormat. getInstance(java.lang.String skeleton, java.util.Locale locale, DateIntervalInfo dtitvinf)
Construct a DateIntervalFormat from skeleton a DateIntervalInfo, and the given locale.private void
DateIntervalInfo. initializeFromReadOnlyPatterns(DateIntervalInfo dii)
Initialize this objectvoid
DateIntervalFormat. setDateIntervalInfo(DateIntervalInfo newItvPattern)
Set the date time interval patterns.Constructors in com.ibm.icu.text with parameters of type DateIntervalInfo Constructor Description DateIntervalFormat(java.lang.String skeleton, DateIntervalInfo dtItvInfo, SimpleDateFormat simpleDateFormat)
Deprecated.This API is ICU internal only.DateIntervalSink(DateIntervalInfo dateIntervalInfo)
-