The ScheduleHistorySortStartDate Class is a custom IComparer Implementation used to sort the Schedule Items

Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class ScheduleHistorySortStartDate : IComparer
Visual Basic
Public Class ScheduleHistorySortStartDate
	Implements IComparer

Remarks

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Scheduling..::..ScheduleHistorySortStartDate

See Also