CronTrigger CronExpression Property Quartz.NET API Documentation
Set the CronExpression to the given one. The TimeZone on the passed-in CronExpression over-rides any that was already set on the Trigger.

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

public CronExpression CronExpression { set; }

Property Value

Type: CronExpression
The cron expression.
See Also