SelectRange Method (WPFToolkitCalendar)

Class

WPFToolkitCalendar class

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.