Module ical4j.core

Class ByMonthRule<T extends Temporal>

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

public class ByMonthRule<T extends Temporal> extends Object
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. Valid temporal types for this rule include: ZonedDateTime, LocalDateTime and LocalDate
See Also: