CronExpressionIsSatisfiedBy Method

Quartz.NET 3.0 API Documentation
Indicates whether the given date satisfies the cron expression.

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

C#
public virtual bool IsSatisfiedBy(
	DateTimeOffset dateUtc
)

Parameters

dateUtc
Type: SystemDateTimeOffset
The date to evaluate.

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

Reference