Class ByMonthDayRule

java.lang.Object
net.fortuna.ical4j.transform.recurrence.AbstractDateExpansionRule
net.fortuna.ical4j.transform.recurrence.ByMonthDayRule
All Implemented Interfaces:
Serializable, Function<DateList,DateList>, UnaryOperator<DateList>, Transformer<DateList>

public class ByMonthDayRule extends AbstractDateExpansionRule
Applies BYMONTHDAY rules specified in this Recur instance to the specified date list. If no BYMONTHDAY rules are specified the date list is returned unmodified.
See Also: