SelectDates Method (SLCalendar)

Class

SLCalendar.

Action

Selects the given dates.

This method will only work if the calendar supports the MultipleRange selection mode.

Syntax

C#
calendar.SelectDates(dates)
VB
calendar.SelectDates(dates)
Variable Description
dates The dates to select. List(Of DateTime?).