DateBuilder InTimeZone Method Quartz.NET 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: 2.2.1.400
Syntax

public DateBuilder InTimeZone(
	TimeZoneInfo tz
)

Parameters

tz
Type: System TimeZoneInfo

[Missing <param name="tz"/> documentation for "M:Quartz.DateBuilder.InTimeZone(System.TimeZoneInfo)"]

Return Value

Type: DateBuilder

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

See Also