SelectRange Method (WPFToolkitCalendar)

Action

Selects a range of dates.

Syntax

toolkitCalendar.SelectRange(startDate, endDate, [extend])
Variable Description
startDate The start date of the selection. DateTime?.
endDate The end date of the selection. DateTime?.
extend Optional: Whether to extend the currently present selection. Boolean.