DailyTimeIntervalScheduleBuilderInTimeZone Method

Quartz.NET 3.0 API Documentation
TimeZone in which to base the schedule.

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

C#
public DailyTimeIntervalScheduleBuilder InTimeZone(
	TimeZoneInfo timezone
)

Parameters

timezone
Type: SystemTimeZoneInfo
the time-zone for the schedule

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated CalendarIntervalScheduleBuilder
See Also

Reference