Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class MonthViewEventsComparer
Inheritance: objectMonthViewEventsComparer
Constructors
Initializes a new instance of the DateTimeComparer class.
Methods
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
C#
public int Compare(AppointmentElement x, AppointmentElement y)
The first object to compare.
yAppointmentElementThe second object to compare.
Returns:Value Condition Less than zerox is less than y.Zerox equals y.Greater than zerox is greater than y.