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

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

public virtual TimeZoneInfo TimeZone { get; set; }

Property Value

Type: TimeZoneInfo
See Also