MonthlyRecurrence interface

Monthly recurrence object.

Extends

Properties

daysOfMonth

Specifies the values for monthly recurrence pattern.

recurrenceType

Specifies when the recurrence should be applied.

Inherited Properties

endTime

End time for recurrence.

startTime

Start time for recurrence.

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

End time for recurrence.

endTime?: string

Property Value

string

Inherited From Recurrence.endTime

startTime

Start time for recurrence.

startTime?: string

Property Value

string

Inherited From Recurrence.startTime