Search
RecurrencePattern Enumeration
See Also
 






Specifies the interval at which recurring items occur.

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

 Syntax

Java  Copy Code

public enum RecurrencePattern

 Members

  Member name Description

ByTimeInterval

Repeats an item over a specified time interval.

Daily

Repeats an item every day.

Monthly

Repeats an item every month.

Weekly

Repeats an item every week.

Yearly

Repeats an item every year.

 Remarks

These values can be assigned through the Recurrence.setPattern method of the Recurrence class.

 See Also