Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
How to determine selected dates
posted

When the user selects a date range, what method do I use to get the date range that has been selected?

Parents
No Data
Reply
  • 690
    posted

    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

Children
No Data