dmfs / lib-recur

A recurrence processor for Java
Apache License 2.0
199 stars 47 forks source link

Feature request, Within include end date flag #140

Open chungonn opened 6 months ago

chungonn commented 6 months ago

Hi Marten,

The current implementation for Within excludes the end-datetime. Would it be possible to add a flag to allow the end-datetime to be included, please find the code fragment below ?

 public Within(DateTime fromIncluding, DateTime toExcluding, RecurrenceSet delegate, boolean includeEndDateTme)