ComponentOne Scheduler for WPF and Silverlight
AppointmentComparer Class
Members 

C1.C1Schedule Namespace : AppointmentComparer Class
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

Reference

AppointmentComparer Members
C1.C1Schedule Namespace