GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Integer _
    ) As Date
    public DateTime this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also