Search
Recurrence.getMonthOfYear Method
See Also
 






Gets in which month of the year the event occurs.

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

 Syntax

Java  Copy Code

public int getMonthOfYear ()

 Return Value

An integer value specifying at which month the event occurs. The allowed values range from 1 to 12.

 Remarks

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

 See Also