Sorts the C1Date collection by using the specified comparer.

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

Syntax

C#
public virtual void Sort(
	IComparer comparer
)
Visual Basic
Public Overridable Sub Sort ( _
	comparer As IComparer _
)

Parameters

comparer
Type: System.Collections..::..IComparer
IComparer

See Also