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
  • 69832
    Verified Answer
    Offline posted

    The selected dates are exposed via the UltraCalendarInfo.SelectedDateRanges collection. This collection contains objects of type DateRange, which encapsulates a contiguous range of dates. Since discontiguous selection of dates is supported in WinSchedule, this collection can contain more than one member (one for each contiguous block of selected dates).

Children