SelectRange Method (SLCalendar)

Class

SLCalendar.

Action

Selects a range of dates.

Syntax

C#
calendar.SelectRange(startDate, endDate)
VB
calendar.SelectRange(startDate, endDate)
Variable Description
startDate The start date of the selection. DateTime?.
endDate The end date of the selection. DateTime?.