When the user selects a date range, what method do I use to get the date range that has been selected?
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).