CronExpression GetNextInvalidTimeAfter Method Quartz.NET API Documentation
Returns the next date/time after the given date/time which does not satisfy the expression.

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

public virtual Nullable<DateTimeOffset> GetNextInvalidTimeAfter(
	DateTimeOffset date
)

Parameters

date
Type: System DateTimeOffset
the date/time at which to begin the search for the next invalid date/time

Return Value

Type: Nullable DateTimeOffset 
the next valid date/time
See Also