[]
        
(Showing Draft Content)

C1.Win.C1Input.DateEditMonthCalendar.SetSelectionRange

SetSelectionRange Method

SetSelectionRange(DateTime, DateTime)

Sets the selected dates in a month calendar control to the specified date range.

Declaration
public void SetSelectionRange(DateTime date1, DateTime date2)
Parameters
Type Name Description
DateTime date1

The beginning date of the selection range.

DateTime date2

The end date of the selection range.