ICalendarIntervalTrigger TimeZone Property Quartz.NET API Documentation
Gets the time zone within which time calculations related to this trigger will be performed.

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

TimeZoneInfo TimeZone { get; }

Property Value

Type: TimeZoneInfo
Remarks

If null, the system default TimeZone will be used.
See Also