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>>
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:
-
Constructor Summary
ConstructorsConstructorDescriptionByMonthRule(List<Month> monthList, Frequency frequency) ByMonthRule(List<Month> monthList, Frequency frequency, Recur.Skip skip) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.transform.Transformer
transform
-
Constructor Details
-
ByMonthRule
-
ByMonthRule
-
-
Method Details
-
apply
-