adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeList Class / Item Property

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

    Parameters

    index
    See Also