Package version:

Interface RecurrenceScheduleOccurrence

The recurrence schedule occurrence.

interface RecurrenceScheduleOccurrence {
    day?: DayOfWeek;
    occurrence?: number;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

day?: DayOfWeek

The day of the week.

occurrence?: number

The occurrence.