java.lang.String |
RelativeDateTimeFormatter.format(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
|
java.lang.String |
RelativeDateTimeFormatter.formatNumeric(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g.
|
private FormattedStringBuilder |
RelativeDateTimeFormatter.formatNumericImpl(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Implementation method for formatNumeric and formatNumericToValue
|
RelativeDateTimeFormatter.FormattedRelativeDateTime |
RelativeDateTimeFormatter.formatNumericToValue(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g.
|
private java.lang.CharSequence |
RelativeDateTimeFormatter.formatRelativeImpl(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Implementation method for format and formatToValue with RelativeDateTimeUnit.
|
RelativeDateTimeFormatter.FormattedRelativeDateTime |
RelativeDateTimeFormatter.formatToValue(double offset,
RelativeDateTimeFormatter.RelativeDateTimeUnit unit) |
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
|