MonthOfYear Property

                  Applies To

Returns or sets which month of the year is valid for this recurrence pattern. Can be a number from 1 through 12. For example, setting this property to 5 and the RecurrenceType property to olRecursYearly(5) would cause this recurrence pattern to occur every May.

Read/write Long.

Syntax

objRecurrencePattern.MonthOfYear

objRecurrencePattern    Required. An expression that returns a RecurrencePattern object.

Note   This property is only valid for recurrence patterns whose RecurrenceType property is set to olRecursYearly(5) or olRecursYearNth(6).