Search
DailyRecurrence Enumeration
See Also
 






Specifies how daily recurrence patterns are defined.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public enum DailyRecurrence

 Members

  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.

 See Also