Overload List

  Name Description
Public method Sort()()()()
Sorts the elements in the entire AppointmentList using the default comparer (by the Appointment.Start value).
Public method Sort(IComparer<(Of <<'(Appointment>)>>))
Sorts the elements in the entire AppointmentList using the specified comparer.
Public method Sort(Comparison<(Of <<'(Appointment>)>>))
Sorts the elements in the entire AppointmentList using the specified System.Comparison.
Public method Sort(Int32, Int32, IComparer<(Of <<'(Appointment>)>>))
Sorts the elements in a range of elements in AppointmentList using the specified comparer.

See Also