C1.C1Schedule Namespace > AppointmentList Class : Sort Method |
Overload | Description |
---|---|
Sort() | Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value). |
Sort(Comparison<Appointment>) | Sorts the elements in the entire AppointmentList using the specified System.Comparison. |
Sort(IComparer<Appointment>) | Sorts the elements in the entire AppointmentList using the specified comparer. |
Sort(Int32,Int32,IComparer<Appointment>) | Sorts the elements in a range of elements in AppointmentList using the specified comparer. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2