public class ByDayRule extends AbstractDateExpansionRule
Constructor and Description |
---|
ByDayRule(WeekDayList dayList,
Recur.Frequency frequency) |
ByDayRule(WeekDayList dayList,
Recur.Frequency frequency,
java.util.Optional<WeekDay.Day> weekStartDay) |
Modifier and Type | Method and Description |
---|---|
DateList |
transform(DateList dates)
Transforms the specified calendar object according to the implementation of this method.
|
getCalendarInstance, getFrequency, getTime
public ByDayRule(WeekDayList dayList, Recur.Frequency frequency)
public ByDayRule(WeekDayList dayList, Recur.Frequency frequency, java.util.Optional<WeekDay.Day> weekStartDay)
public DateList transform(DateList dates)
Transformer
dates
- a calendar object to transform