DateBuilder NewDateInTimeZone Method Quartz.NET API Documentation
Create a DateBuilder, with initial settings for the current date and time in the given timezone.

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

public static DateBuilder NewDateInTimeZone(
	TimeZoneInfo tz
)

Return Value

Type: DateBuilder

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

See Also