TimeZoneUtil Class

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "T:Quartz.Util.TimeZoneUtil"]

Inheritance Hierarchy

SystemObject
  Quartz.UtilTimeZoneUtil

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

C#
public static class TimeZoneUtil

The TimeZoneUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertTime
TimeZoneInfo.ConvertTime is not supported under mono
Public methodStatic memberFindTimeZoneById
Tries to find time zone with given id, has ability do some fallbacks when necessary.
Public methodStatic memberGetUtcOffset(DateTime, TimeZoneInfo)
Public methodStatic memberGetUtcOffset(DateTimeOffset, TimeZoneInfo)
TimeZoneInfo.GetUtcOffset(DateTimeOffset) is not supported under mono
Top
Fields

  NameDescription
Public fieldStatic memberCustomResolver
Top
See Also

Reference