SelectRange Method (WPFCalendar)

Class

WPFCalendar class

Action

Selects a range of dates.

Syntax

calendar.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.