Specifies how daily recurrence patterns are defined.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public enum DailyRecurrence |
Member name | Description | |
---|---|---|
ByDayInterval |
Repeats the item after every number of days specified in the Recurrence.getDays property. |
|
EveryWeekend |
Repeats the item each Saturday and Sunday. |
|
EveryWorkday |
Repeats the item each workday, Monday through Friday. |