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

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

Syntax

C#
public class ScheduleHistorySortStartDate : IComparer
Visual Basic (Declaration)
Public Class ScheduleHistorySortStartDate _
	Implements IComparer
Visual C++
public ref class ScheduleHistorySortStartDate : IComparer

Remarks

Inheritance Hierarchy

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

See Also