SetDateRange(DateTime,DateTime) Method
Sets the specified date range with separate start and end DateTime values.
Remarks
Supported only for month calendar controls in multi-selection mode.

C# Syntax

void SetDateRange( 
   DateTime startDate,
   DateTime endDate
)

Parameters

startDate
The start date of the range.
endDate
The end date of the range.