C1.Silverlight.Schedule.5
Sort Method (AppointmentList)

Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value).
Overload List
OverloadDescription
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.  
See Also

Reference

AppointmentList Class
AppointmentList Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.