Weekly
Constructors
Functions
Link copied to clipboard
open override fun calcNextOccurrence(from: LocalDate, timeZone: TimeZone = TimeZone.currentSystemDefault(), offset: Int = 0): LocalDateTime
Calculates the next occurrence of the event based on the frequency settings.
Link copied to clipboard
fun calcNextOccurrences(from: LocalDate, count: Int, offset: Int = 0, timeZone: TimeZone = TimeZone.currentSystemDefault()): List<LocalDateTime>
Calculates the next count occurrences of the event based on the frequency settings.