SelectRange Method (SLCalendar)
Class
SLCalendar
.
Action
Selects a range of dates.
Syntax
calendar
.
SelectRange
(
startDate
,
endDate
)
Variable
Description
startDate
The start date of the selection.
DateTime?
.
endDate
The end date of the selection.
DateTime?
.