TimeZoneUtilFindTimeZoneById Method

Quartz.NET 3.0 API Documentation
Tries to find time zone with given id, has ability do some fallbacks when necessary.

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

C#
public static TimeZoneInfo FindTimeZoneById(
	string id
)

Parameters

id
Type: SystemString
System id of the time zone.

Return Value

Type: TimeZoneInfo

[Missing <returns> documentation for "M:Quartz.Util.TimeZoneUtil.FindTimeZoneById(System.String)"]

See Also

Reference