TriggerUtils ComputeFireTimes Method Quartz.NET API Documentation
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.

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

public static IList<DateTimeOffset> ComputeFireTimes(
	IOperableTrigger trigg,
	ICalendar cal,
	int numTimes
)

Return Value

Type: IList DateTimeOffset 
List of java.util.Date objects
See Also