'Usage Dim instance As SelectedDatesCollection Dim start As Date Dim end As Date instance.AddRange(start, end)
Parameters
- start
- The first date to add to the collection.
- end
- The last date to add to the collection.
'Usage Dim instance As SelectedDatesCollection Dim start As Date Dim end As Date instance.AddRange(start, end)