CronExpression IsSatisfiedBy Method Quartz.NET API Documentation
Indicates whether the given date satisfies the cron expression.

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

public virtual bool IsSatisfiedBy(
	DateTimeOffset dateUtc
)

Return Value

Type: Boolean
a boolean indicating whether the given date satisfies the cron expression
Remarks

Note that milliseconds are ignored, so two Dates falling on different milliseconds of the same second will always have the same result here.
See Also