API Reference
| Classic JavaDoc |
RecurrencePattern.setDayOfMonth
public void setDayOfMonth(int value)
Sets the month's day on which the appointment occurs. Accepted values are in the
range from 1 to 31.
Only applicable if the RecurrenceType is RecursMonthNth or RecursYearNth. If other RecurrenceType is set, this method will throw an exception.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus