MonthOfYearEnum
The MonthOfYearEnum object specifies the month of the year using the appropriate property. These months can be used to specify in which month a recurrent event takes place as part of a ScheduleDefinition.
| Name | Data Type | Description |
|---|---|---|
| April | Enumeration | Indicates that an action occurs every April. |
| August | Enumeration | Indicates that an action occurs every August. |
| December | Enumeration | Indicates that an action occurs every December. |
| February | Enumeration | Indicates that an action occurs every February. |
| January | Enumeration | Indicates that an action occurs every January. |
| July | Enumeration | Indicates that an action occurs every July. |
| June | Enumeration | Indicates that an action occurs every June. |
| March | Enumeration | Indicates that an action occurs every March. |
| May | Enumeration | Indicates that an action occurs every May. |
| November | Enumeration | Indicates that an action occurs every November. |
| October | Enumeration | Indicates that an action occurs every October. |
| September | Enumeration | Indicates that an action occurs every September. |