GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / RecurrencePattern Class / DayOfMonth Property

In This Topic
    DayOfMonth Property (RecurrencePattern)
    In This Topic
    Gets or sets the day of month when the recurrence should occur.
    Syntax
    'Declaration
     
    Public Property DayOfMonth As Integer
    public int DayOfMonth {get; set;}
    Remarks
    Setting this property to 0 means "every day of the month". Negative value counts days from the end of month.
    See Also