| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
static RelativeDateTimeFormatter.RelativeUnit |
RelativeDateTimeFormatter.RelativeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeDateTimeFormatter.RelativeUnit[] |
RelativeDateTimeFormatter.RelativeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RelativeDateTimeFormatter.format(double quantity,
RelativeDateTimeFormatter.Direction direction,
RelativeDateTimeFormatter.RelativeUnit unit)
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
|
RelativeDateTimeFormatter.FormattedRelativeDateTime |
RelativeDateTimeFormatter.formatToValue(double quantity,
RelativeDateTimeFormatter.Direction direction,
RelativeDateTimeFormatter.RelativeUnit unit)
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
|
Copyright © 2016 Unicode, Inc. and others.