The TimeZoneInfo class determines time zone properties. It can be used for conversion to/from utc times and local times and respect DST.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class TimeZoneInfo
Visual Basic
Public Class TimeZoneInfo

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..TimeZoneInfo

See Also