CronTriggerImpl 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.Impl.Triggers
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public CronExpression CronExpression { set; }

Property Value

Type: CronExpression
The cron expression.
See Also