DailyTimeIntervalScheduleBuilder InTimeZone Method Quartz.NET API Documentation
TimeZone in which to base the schedule.

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

public DailyTimeIntervalScheduleBuilder InTimeZone(
	TimeZoneInfo timezone
)

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated CalendarIntervalScheduleBuilder
See Also