Gets or sets the number of days between two consecutive occurrences of the same event.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
get days() {} |
Number
The number of days.
RemarksThis value is used when the recurrence Pattern is set to RecurrencePattern.Daily.
See Also