Module ical4j.core
Class ByMonthDayRule<T extends Temporal>
java.lang.Object
net.fortuna.ical4j.transform.recurrence.ByMonthDayRule<T>
- All Implemented Interfaces:
Serializable,Function<List<T>,,List<T>> UnaryOperator<List<T>>,Transformer<List<T>>
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.
NOTE: For now BYMONTHDAY is not compatible with Instant temporal type. This is because this rule requires a
year-month value which is not available from Instant temporal type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionByMonthDayRule(List<Integer> monthDayList, Frequency frequency) ByMonthDayRule(List<Integer> monthDayList, 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
-
ByMonthDayRule
-
ByMonthDayRule
-
-
Method Details
-
apply
-