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 SpanOfWeekdaysCreates a new span of weekdays.static SpanOfWeekdaysSpanOfWeekdays.betweenMondayAndFriday()Creates a typical working week from Monday to Friday.static SpanOfWeekdaysCreates 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.