DateRanges Property
The selected date range of this Month Calendar control in multi-selection mode.
Remarks
If a single date is selected in the calendar:
  • DateRanges returns an array with a single element.
  • Both DateRange.StartDate and DateRange.EndDate are equal to the selected date.

C# Syntax

DateRange[] DateRanges {get;}