ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / RecurrencePattern Class / MonthOfYear Property

In This Topic
    MonthOfYear Property (RecurrencePattern)
    In This Topic
    Gets or sets the month of year when the recurrence should occur.
    Syntax
    'Declaration
     
    Public Property MonthOfYear As System.Integer
    public System.int MonthOfYear {get; set;}
    Remarks
    Setting this property to 0 means "every month of the year".
    See Also