Search
Recurrence.weeks Property
See Also
 






Gets or sets the number of weeks between two consecutive occurrences of the event.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

get weeks() {}
set weeks(value) {}

 Property Value

An integer value that specifies the number of weeks.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Weekly.

 See Also