GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / DaysPerMonth Property

In This Topic
    DaysPerMonth Property (C1GanttView)
    In This Topic
    Gets or sets the number of working days in a month.
    Syntax
    'Declaration
     
    Public Property DaysPerMonth As Integer
    public int DaysPerMonth {get; set;}
    See Also