Search
Recurrence.getDaysOfWeek Method
See Also
 






Gets on which days of a week the event occurs.

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

 Syntax

Java  Copy Code

public EnumSet<DayOfWeek> getDaysOfWeek ()

 Return Value

One or more of the DaysOfWeek constants.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Weekly.

 See Also