Class DateTimeComparer
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class DateTimeComparer : IComparer<AppointmentElement>
Constructors
DateTimeComparer(Boolean)
Initializes a new instance of the Date
Declaration
public DateTimeComparer(bool descending)
Parameters
System. if set to |
DateTimeComparer(RadScheduler)
DateTimeComparer(RadScheduler, Boolean)
Declaration
public DateTimeComparer(RadScheduler scheduler, bool descending)
Parameters
Rad
|
System.
|
Fields
compareByEndValue
Declaration
public bool compareByEndValue
Field Value
System.
|
Methods
Compare(AppointmentElement, AppointmentElement)
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Declaration
public int Compare(AppointmentElement x, AppointmentElement y)
Parameters
Appointment The first object to compare. |
Appointment The second object to compare. |
Returns
System. Value Condition Less than zero |