Class ByMonthRule

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

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