DateBuilderNewDateInTimeZone Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public static DateBuilder NewDateInTimeZone(
	TimeZoneInfo tz
)

Parameters

tz
Type: SystemTimeZoneInfo
Time zone to use.

Return Value

Type: DateBuilder

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

See Also

Reference