TriggerUtils MembersQuartz.NET API Documentation

The TriggerUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberComputeEndTimeToAllowParticularNumberOfFirings
Compute the DateTimeOffset that is 1 second after the Nth firing of the given ITrigger, taking the triger's associated ICalendar into consideration.
Public methodStatic memberComputeFireTimes
Returns a list of Dates that are the next fire times of a ITrigger. The input trigger will be cloned before any work is done, so you need not worry about its state being altered by this method.
Public methodStatic memberComputeFireTimesBetween
Returns a list of Dates that are the next fire times of a ITrigger that fall within the given date range. The input trigger will be cloned before any work is done, so you need not worry about its state being altered by this method.

NOTE: if this is a trigger that has previously fired within the given date range, then firings which have already occurred will not be listed in the output List.

Top
See Also