ICalendarIntervalTriggerTimeZone Property

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
TimeZoneInfo TimeZone { get; }

Property Value

Type: TimeZoneInfo
Remarks

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

Reference