ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / LateTasksFilter Class / LateTasksFilter Constructor
The status date value to determine a task is late or not.

In This Topic
    LateTasksFilter Constructor
    In This Topic
    Initializes a new LateTasksFilter object with specific status date.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal statusDate As System.Date _
    )
    public LateTasksFilter( 
       System.DateTime statusDate
    )

    Parameters

    statusDate
    The status date value to determine a task is late or not.
    See Also