ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / PartDates Class / Item Property

In This Topic
    Item Property (PartDates)
    In This Topic
    Get dates (starts and finishes) of parts.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Date
    public System.DateTime this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also