ComponentOne Scheduler for WPF and Silverlight
MonthOfYear Property (RecurrencePattern)

C1.C1Schedule Namespace > RecurrencePattern Class : MonthOfYear Property
Gets or sets the value indicating which month of the year is valid for the specified recurrence pattern. Can be a number from 1 to 12. This property is only valid for recurrence patterns whose RecurrenceType property is set to RecurrenceTypeEnum.YearlyNth or RecurrenceTypeEnum.Yearly. The default value is 1.
Syntax
'Declaration
 
Public Property MonthOfYear As System.Integer
public System.int MonthOfYear {get; set;}
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members