ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskDatePoint Structure / TaskDatePoint Constructor
The Task object.
The Date object

In This Topic
    TaskDatePoint Constructor
    In This Topic
    Creates the TaskDatePoint object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal task As BaseTask, _
       ByVal date As System.Date _
    )
    public TaskDatePoint( 
       BaseTask task,
       System.DateTime date
    )

    Parameters

    task
    The Task object.
    date
    The Date object
    See Also