CronExpressionGetNextValidTimeAfter Method

Quartz.NET 3.0 API Documentation
Returns the next date/time after the given date/time which satisfies the cron expression.

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

C#
public virtual Nullable<DateTimeOffset> GetNextValidTimeAfter(
	DateTimeOffset date
)

Parameters

date
Type: SystemDateTimeOffset
the date/time at which to begin the search for the next valid date/time

Return Value

Type: NullableDateTimeOffset
the next valid date/time
See Also

Reference