Uses of Enum Class
net.time4j.range.InfinityStyle
-
Uses of InfinityStyle in net.time4j.range
Modifier and TypeMethodDescriptionstatic InfinityStyle
Returns the enum constant of this class with the specified name.static InfinityStyle[]
InfinityStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDateInterval.formatISO(IsoDateStyle dateStyle, InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.MomentInterval.formatISO(IsoDateStyle dateStyle, IsoDecimalStyle decimalStyle, ClockUnit precision, ZonalOffset offset, InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.TimestampInterval.formatISO(IsoDateStyle dateStyle, IsoDecimalStyle decimalStyle, ClockUnit precision, InfinityStyle infinityStyle)
Prints the canonical form of this interval in given ISO-8601 style.DateInterval.formatReduced(IsoDateStyle dateStyle, InfinityStyle infinityStyle)
Prints the canonical form of this interval in given reduced ISO-8601 style.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.TimestampInterval.formatReduced(IsoDateStyle dateStyle, IsoDecimalStyle decimalStyle, ClockUnit precision, 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.