DateTimeCollectionSort Method |
Sorts the elements in the entire
DateTimeCollection
using the
IComparable implementation of each element.
Namespace: Kettic.AspNet.Controls.Calendar.CollectionsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual void Sort()
Public Overridable Sub Sort
public:
virtual void Sort()
abstract Sort : unit -> unit
override Sort : unit -> unit
Exceptions Exception | Condition |
---|
NotSupportedException | |
Remarks Please refer to Sort(IComparer) for details.
See Also