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.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class TimeZoneInfo
Visual Basic (Declaration)
Public Class TimeZoneInfo

Inheritance Hierarchy

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

See Also