ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Integer
    public System.int DaysPerMonth {get; set;}
    See Also