Uses of Class
com.ibm.icu.util.DateInterval
-
Packages that use DateInterval 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 DateInterval in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type DateInterval Modifier and Type Method Description java.lang.StringBuffer
DateIntervalFormat. format(DateInterval dtInterval, java.lang.StringBuffer appendTo, java.text.FieldPosition fieldPosition)
Format a DateInterval to produce a string.private java.lang.StringBuffer
DateIntervalFormat. formatIntervalImpl(DateInterval dtInterval, java.lang.StringBuffer appendTo, java.text.FieldPosition pos, DateIntervalFormat.FormatOutput output, java.util.List<java.text.FieldPosition> attributes)
DateIntervalFormat.FormattedDateInterval
DateIntervalFormat. formatToValue(DateInterval dtInterval)
Format a DateInterval to produce a FormattedDateInterval.
-