Specifies the interval at which recurring items occur.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public enum RecurrencePattern |
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. |
These values can be assigned through the Recurrence.setPattern method of the Recurrence class.