ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / LateTasksFilter Class / StatusDate Property

In This Topic
    StatusDate Property (LateTasksFilter)
    In This Topic
    Gets or sets the status date to determine a task is late or not.
    Syntax
    'Declaration
     
    Public Property StatusDate As System.Date
    public System.DateTime StatusDate {get; set;}
    See Also