'Declaration <__DynamicallyInvokableAttribute()> Public Default Property Item( _ ByVal index As Integer _ ) As Date
'Usage Dim instance As SelectedDatesCollection Dim index As Integer Dim value As Date instance.Item(index) = value value = instance.Item(index)
Parameters
- index