API Reference
| Classic JavaDoc |
RecurrencePattern.setDayOfWeekMask
public void setDayOfWeekMask(int daysMask)
Set the pattern's mask for the days of the week on which the recurring appointment or task occurs.
Example:
Parameters:
Example:
setDayOfWeekMask(DAY_MONDAY | DAY_TUESDAY);
Parameters:
daysMask | Use the constants RecurrencePattern.DAY_SUNDAY, DAY_MONDAY, DAY_TUESDAY, etc. to build the mask. |
Community comments
Powered by JavaDocPlus