MonthlyRecurrence interface
Monthly recurrence object.
- Extends
Properties
| days |
Specifies the values for monthly recurrence pattern. |
| recurrence |
Specifies when the recurrence should be applied. |
Property Details
daysOfMonth
Specifies the values for monthly recurrence pattern.
daysOfMonth: number[]
Property Value
number[]
recurrenceType
Specifies when the recurrence should be applied.
recurrenceType: "Monthly"
Property Value
"Monthly"
Inherited Property Details
endTime
startTime
Start time for recurrence.
startTime?: string
Property Value
string
Inherited From Recurrence.startTime