| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
static DateIntervalFormat |
DateIntervalFormat.getInstance(String skeleton)
Construct a DateIntervalFormat from skeleton and the default
FORMAT locale. |
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)
Construct a DateIntervalFormat from skeleton and a given 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)
Construct a DateIntervalFormat from skeleton and a given locale.
|
static DateIntervalFormat |
DateIntervalFormat.getInstance(String skeleton,
ULocale locale,
DateIntervalInfo dtitvinf)
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
|
Copyright © 2016 Unicode, Inc. and others.