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

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