GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer
    public int MonthOfYear {get; set;}
    Remarks
    Setting this property to 0 means "every month of the year".
    See Also