[]
        
(Showing Draft Content)

C1.C1Schedule.AppointmentComparer

AppointmentComparer Class

Compares Appointment objects by their start time.

Inheritance
AppointmentComparer
Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class AppointmentComparer : Comparer<Appointment>, IComparer, IComparer<Appointment>

Constructors

Name Description
AppointmentComparer()

Properties

Name Description
Default

Returns an existing instance of AppointmentComparer class if any; or creates a new one.

Methods

Name Description
Compare(Appointment, Appointment)

Performs a comparison of two Appointment objects and returns a value indicating whether the one Appointment starts earlier, at the same time, or later than the other.