Gets on which days of a week the event occurs.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public EnumSet<DayOfWeek> getDaysOfWeek () |
One or more of the DaysOfWeek constants.
RemarksThis value is used when the recurrence getPattern is RecurrencePattern.Weekly.
See Also