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).
Ok, thank you....now what about setting the entire month to automatically be selected when the calendar comes up. In Outlook when you scroll to the next month, it also automatically selects the next month as the selected date range.
How do you set the default to automatically select the entire month? BTW, you've been very helpful.