WeeklyRecurrence interface
Weekly recurrence object.
- Extends
Properties
| days |
Specifies the values for weekly recurrence pattern. |
| recurrence |
Specifies when the recurrence should be applied. |
Property Details
daysOfWeek
Specifies the values for weekly recurrence pattern.
daysOfWeek: string[]
Property Value
string[]
recurrenceType
Specifies when the recurrence should be applied.
recurrenceType: "Weekly"
Property Value
"Weekly"
Inherited Property Details
endTime
startTime
Start time for recurrence.
startTime?: string
Property Value
string
Inherited From Recurrence.startTime