WeeklyRecurrence interface

Weekly recurrence object.

Extends

Properties

daysOfWeek

Specifies the values for weekly recurrence pattern.

recurrenceType

Specifies when the recurrence should be applied.

Inherited Properties

endTime

End time for recurrence.

startTime

Start time for recurrence.

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

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