Uses of Class
net.time4j.range.DayPartitionBuilder
-
Uses of DayPartitionBuilder in net.time4j.range
Modifier and TypeMethodDescriptionDayPartitionBuilder.addDailyRule(ClockInterval partition)
Adds a rule to partition any calendar date.DayPartitionBuilder.addExclusion(Collection<PlainDate> dates)
Adds multiple exclusion dates.DayPartitionBuilder.addExclusion(PlainDate date)
Adds an exclusion date.DayPartitionBuilder.addSpecialRule(PlainDate specialDay, ClockInterval partition)
Adds a rule to partition a special calendar date.DayPartitionBuilder.addWeekdayRule(SpanOfWeekdays spanOfWeekdays, ClockInterval partition)
Adds a rule to partition a date dependending on when its day of week falls into given range.DayPartitionBuilder.addWeekdayRule(Weekday dayOfWeek, ClockInterval partition)
Adds a rule to partition a date dependending on its day of week.DayPartitionBuilder.addWeekdayRule(Weekday from, Weekday to, ClockInterval partition)
Adds a rule to partition a date dependending on when its day of week falls into given range.