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.
|
Modifier and Type | Method and Description |
---|---|
DateIntervalInfo |
DateIntervalInfo.cloneAsThawed()
Provides for the clone operation.
|
DateIntervalInfo |
DateIntervalInfo.freeze()
Freezes the object.
|
DateIntervalInfo |
DateIntervalFormat.getDateIntervalInfo()
Gets the date time interval patterns.
|
Modifier and Type | Method and Description |
---|---|
static DateIntervalFormat |
DateIntervalFormat.getInstance(String skeleton,
DateIntervalInfo dtitvinf)
Construct a DateIntervalFormat from skeleton
DateIntervalInfo, and the default
FORMAT 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.
|
Constructor and Description |
---|
DateIntervalFormat(String skeleton,
DateIntervalInfo dtItvInfo,
SimpleDateFormat simpleDateFormat)
Deprecated.
This API is ICU internal only.
|
Copyright © 2016 Unicode, Inc. and others.