Sets how many days should pass before the event occurs again.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void setDays ( |
An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.
RemarksThis value is used when the recurrence getPattern is RecurrencePattern.Daily.
See Also