When the user selects a date range, what method do I use to get the date range that has been selected?
Hi !!
I use SelectedDateRange on the UltraMonthViewMulti and I've a little problem.
When I select a date range, for exemple : 10 july to 15 july.
umvmFrmXX.CalendarInfo.SelectedDateRanges[0] has 10 to 15 july selected.
But If I select after that the 12 july, the SelectedDateRanges[0] is not changing (10 to 15 july selected) ???
How could I set the UltraMonthViewMulti in this case to have only 12 july selected and not the precedent range ?
thx