GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Date _
    )
    public LateTasksFilter( 
       DateTime statusDate
    )

    Parameters

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