| Modifier and Type | Method and Description |
|---|---|
static SpanOfWeekdays |
SpanOfWeekdays.between(Weekday start,
Weekday end)
Creates a new span of weekdays.
|
static SpanOfWeekdays |
SpanOfWeekdays.betweenMondayAndFriday()
Creates a typical working week from Monday to Friday.
|
static SpanOfWeekdays |
SpanOfWeekdays.on(Weekday day)
Creates a span of weekdays of only one day.
|
| Modifier and Type | Method and Description |
|---|---|
static Chronology<SpanOfWeekdays> |
SpanOfWeekdays.chronology()
Yields the associated chronology.
|
static ChronoFormatter<SpanOfWeekdays> |
SpanOfWeekdays.formatter(String dynamicPattern,
Locale locale)
Creates a formatter for given dynamic format pattern and locale.
|
| Modifier and Type | Method and Description |
|---|---|
DayPartitionBuilder |
DayPartitionBuilder.addWeekdayRule(SpanOfWeekdays spanOfWeekdays,
ClockInterval partition)
Adds a rule to partition a date dependending on when its day of week falls into given range.
|
Copyright © 2014–2018. All rights reserved.