CronExpression Constructor (String)

Quartz.NET 3.0 API Documentation
Constructs a new CronExpressionString based on the specified parameter.

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

C#
public CronExpression(
	string cronExpression
)

Parameters

cronExpression
Type: SystemString
String representation of the cron expression the new object should represent
See Also

Reference