DateBuilderInTimeZone Method

Quartz.NET 3.0 API Documentation
Set the TimeZoneInfo for the Date that will be built by this builder (if "null", system default will be used)

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

C#
public DateBuilder InTimeZone(
	TimeZoneInfo tz
)

Parameters

tz
Type: SystemTimeZoneInfo

Return Value

Type: DateBuilder

[Missing <returns> documentation for "M:Quartz.DateBuilder.InTimeZone(System.TimeZoneInfo)"]

See Also

Reference