Uses of Class
net.time4j.range.SpanOfWeekdays
Packages that use SpanOfWeekdays
-
Uses of SpanOfWeekdays in net.time4j.range
Methods in net.time4j.range that return SpanOfWeekdaysModifier and TypeMethodDescriptionstatic SpanOfWeekdays
Creates a new span of weekdays.static SpanOfWeekdays
SpanOfWeekdays.betweenMondayAndFriday()
Creates a typical working week from Monday to Friday.static SpanOfWeekdays
Creates a span of weekdays of only one day.Methods in net.time4j.range that return types with arguments of type SpanOfWeekdaysModifier and TypeMethodDescriptionstatic Chronology<SpanOfWeekdays>
SpanOfWeekdays.chronology()
Yields the associated chronology.static ChronoFormatter<SpanOfWeekdays>
Creates a formatter for given dynamic format pattern and locale.Methods in net.time4j.range with parameters of type SpanOfWeekdaysModifier and TypeMethodDescriptionDayPartitionBuilder.addWeekdayRule(SpanOfWeekdays spanOfWeekdays, ClockInterval partition)
Adds a rule to partition a date dependending on when its day of week falls into given range.