findBetween

fun findBetween(r: Recurrence, startDate: Long, start: Long, end: Long): MutableList<Long>

Get event dates of a recurrence between a start date (inclusive) and an end date (exclusive).

Parameters

startDate

The start date of the recurring event, cannot be Recurrence.DATE_NONE.