void xtd::forms::month_calendar::set_selection_range | ( | const xtd::date_time & | date1, |
const xtd::date_time & | date2 | ||
) |
Sets the selected dates in a month calendar control to the specified date range.
date1 | The beginning date of the selection range. |
date2 | The end date of the selection range. |