API Reference
| Classic JavaDoc |
TaskRecurrencePattern.getDayOfWeekIndex
public int getDayOfWeekIndex()
Returns on which week in a month the task occurs. Possible values are -1 (last week),
1 (first week), 2 (second week), 3 (third week) and 4 (fourth week).
Only applicable if the RecurrenceType is RecursMonthly or RecursYearly.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus