TriggerTimeComparator ClassQuartz.NET API Documentation
A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time. If the fire times are the same, then the triggers are sorted according to priority (highest value first), if the priorities are the same, then they are sorted by key.
Inheritance Hierarchy

System Object
  Quartz TriggerTimeComparator

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

[SerializableAttribute]
public class TriggerTimeComparator : IComparer<ITrigger>
See Also