CronScheduleBuilderInTimeZone Method

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

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

C#
public CronScheduleBuilder InTimeZone(
	TimeZoneInfo tz
)

Parameters

tz
Type: SystemTimeZoneInfo
the time-zone for the schedule.

Return Value

Type: CronScheduleBuilder
the updated CronScheduleBuilder
Remarks

See Also

Reference