Search
Recurrence.dailyRecurrence Property
See Also
 






Gets or sets the type of daily recurrence.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

get dailyRecurrence() {}
set dailyRecurrence(value) {}

 Property Value

DailyRecurrence

One of the DailyRecurrence enumeration values.

 Remarks

This property is used when the Pattern is set to RecurrencePattern.Daily.

 See Also