| Package | Description |
|---|---|
| net.time4j.range |
Interval support.
|
| Modifier and Type | Method and Description |
|---|---|
static InfinityStyle |
InfinityStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinityStyle[] |
InfinityStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateInterval.formatISO(IsoDateStyle dateStyle,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.
|
String |
TimestampInterval.formatISO(IsoDateStyle dateStyle,
IsoDecimalStyle decimalStyle,
ClockUnit precision,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.
|
String |
MomentInterval.formatISO(IsoDateStyle dateStyle,
IsoDecimalStyle decimalStyle,
ClockUnit precision,
ZonalOffset offset,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.
|
String |
DateInterval.formatReduced(IsoDateStyle dateStyle,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given reduced ISO-8601 style.
|
String |
TimestampInterval.formatReduced(IsoDateStyle dateStyle,
IsoDecimalStyle decimalStyle,
ClockUnit precision,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given reduced ISO-8601 style.
|
String |
MomentInterval.formatReduced(IsoDateStyle dateStyle,
IsoDecimalStyle decimalStyle,
ClockUnit precision,
ZonalOffset offset,
InfinityStyle infinityStyle)
Prints the canonical form of this interval in given reduced ISO-8601 style.
|
void |
IsoInterval.print(ChronoPrinter<T> startFormat,
char separator,
ChronoPrinter<T> endFormat,
BracketPolicy policy,
InfinityStyle infinityStyle,
Appendable buffer)
Prints this interval in a technical format using given formatters and separator.
|
Copyright © 2014–2021. All rights reserved.