ICronTrigger TimeZone Property Quartz.NET API Documentation
Sets the time zone for which the CronExpressionString of this ICronTrigger will be resolved.

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

TimeZoneInfo TimeZone { get; set; }

Property Value

Type: TimeZoneInfo
The time zone.
Remarks

If CronExpressionString is set after this property, the TimeZone setting on the CronExpression will "win". However if CronExpressionString is set after this property, the time zone applied by this method will remain in effect, since the string cron expression does not carry a time zone!
See Also