Search
Recurrence.getDayOfMonth Method
See Also
 






Gets on which day of a month the event occurs.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public int getDayOfMonth ()

 Return Value

An integer value specifying at which day of the month the recurring event occurs. The allowed values range from 1 to 31.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.Monthly or RecurrencePattern.Yearly.

 See Also