Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
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:
 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