CronExpressionIsValidExpression Method

Quartz.NET 3.0 API Documentation
Indicates whether the specified cron expression can be parsed into a valid cron expression

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

C#
public static bool IsValidExpression(
	string cronExpression
)

Parameters

cronExpression
Type: SystemString
the expression to evaluate

Return Value

Type: Boolean
a boolean indicating whether the given expression is a valid cron expression
See Also

Reference