Class ByWeekNoRule

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

public class ByWeekNoRule extends AbstractDateExpansionRule
Applies BYWEEKNO rules specified in this Recur instance to the specified date list. If no BYWEEKNO rules are specified the date list is returned unmodified.
See Also:
  • Constructor Details

  • Method Details

    • transform

      public DateList transform(DateList dates)
      Description copied from interface: Transformer
      Transforms the specified calendar object according to the implementation of this method.
      Parameters:
      dates - a calendar object to transform
      Returns:
      a transformed calendar object