Removes the dates in the specified range.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1CalendarClient (in C1CalendarClient.dll)

Syntax

JavaScript
function removeRange(start, end);

Parameters

start
Type: System..::..DateTime
Start date.
end
Type: System..::..DateTime
End date.

See Also