Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecurrenceSchedule

Package version

The recurrence schedule.

Hierarchy

  • RecurrenceSchedule

Indexable

[property: string]: any

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

Index

Properties

Optional hours

hours: number[]

The hours.

Optional minutes

minutes: number[]

The minutes.

Optional monthDays

monthDays: number[]

The month days.

Optional monthlyOccurrences

monthlyOccurrences: RecurrenceScheduleOccurrence[]

The monthly occurrences.

Optional weekDays

weekDays: DayOfWeek[]

The days of the week.

Generated using TypeDoc