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

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

public static bool IsValidExpression(
	string cronExpression
)

Parameters

cronExpression
Type: System String
the expression to evaluate

Return Value

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