.NET Framework Class Library  

TimeZone Class

Represents a time zone.

For a list of all members of this type, see TimeZone Members.

System.Object
   System.TimeZone

[Visual Basic]
<Serializable>
MustInherit Public Class TimeZone
[C#]
[Serializable]
public abstract class TimeZone
[C++]
[Serializable]
public __gc __abstract class TimeZone
[JScript]
public
   Serializable
abstract class TimeZone

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

A time zone is a geographical region in which the same standard time is used.

Requirements

Namespace: System

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework - Windows CE .NET

Assembly: Mscorlib (in Mscorlib.dll)

See Also

TimeZone Members | System Namespace