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 YearlyNth or Yearly. The default value is 1.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int MonthOfYear { get; set; }
Visual Basic
Public Property MonthOfYear As Integer
	Get
	Set

See Also