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

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

public CronExpression(
	string cronExpression
)

Parameters

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