Compares Appointment objects by their start time.

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

Syntax

C#
public class AppointmentComparer : Comparer<Appointment>
Visual Basic
Public Class AppointmentComparer _
	Inherits Comparer(Of Appointment)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Comparer<(Of <(<'Appointment>)>)>
    C1.C1Schedule..::..AppointmentComparer

See Also