ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / RecurrencePattern Class / MonthOfYear Property

In This Topic
    MonthOfYear Property (RecurrencePattern)
    In This Topic
    Number, indicates which month of the year is valid for the specified recurrence pattern. Can be a number from 1 to 12. This field is only valid for recurrence patterns whose recurrenceType" field is set to "yearlyNth" or "yearly". The default value is 1.
    Syntax
    'Declaration
     
    Public Property MonthOfYear As System.Integer
    public System.int MonthOfYear {get; set;}
    See Also