Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentComparer Class
Members

In This Topic
    AppointmentComparer Class
    In This Topic
    Compares Appointment objects by their start time.
    Object Model
    AppointmentComparer Class
    Syntax
    'Declaration
     
    Public Class AppointmentComparer 
       Inherits System.Collections.Generic.Comparer(Of Appointment)
    public class AppointmentComparer : System.Collections.Generic.Comparer<Appointment> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Comparer<T>
          C1.C1Schedule.AppointmentComparer

    See Also