TimelineKit API
    Preparing search index...

    Class RecurrenceRule

    Index

    Constructors

    Properties

    byDay: readonly WeekdayOrdinal[]
    byMonth: readonly number[]
    byMonthDay: readonly number[]
    bySetPos: readonly number[]
    count: number | null
    interval: number
    until: Date | null
    weekStart: Weekday

    Methods

    • Generates occurrence dates within a time range.

      Parameters

      • dtStart: Date

        master event start time (first occurrence)

      • rangeStart: Date

        beginning of the visible window

      • rangeEnd: Date

        end of the visible window

      Returns Date[]

      sorted array of occurrence start dates