ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateList Class / Item Property

In This Topic
    Item Property (DateList)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Date
    public System.DateTime this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also