Search
Recurrence.days Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: Recurrence.js

 Syntax

JavaScript  Copy Code

get days() {}
set days(value) {}

 Property Value

Number

The number of days.

 Remarks

This value is used when the recurrence Pattern is set to RecurrencePattern.Daily.

 See Also