Click or drag to resize

TimeZonesZones Class

The platform TimeZone fixed ID values for common timezones. For long-existing Windows timezones, these ID's are derived from the Microsoft Time Zone Index Values from the Windows registry, see https://msdn.microsoft.com/en-us/library/ms912391%28v=winembedded.11%29.aspx. For such timezones the platform timezone ID can be obtained from the Windows timezone index by adding 100, for example, the Windows timezone index for U.S. Pacific Time is 4 and the corresponding platform timezone ID is 104.
Inheritance Hierarchy
SystemObject
  NetQuarryTimeZonesZones

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class Zones

The TimeZonesZones type exposes the following members.

Constructors
  NameDescription
Public methodTimeZonesZones
Initializes a new instance of the TimeZonesZones class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberEuropeWestTime
Western Europe, Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna.
Public fieldStatic memberGMT
Greenwich Mean Time, British Summer Time, Dublin, Edinburgh, Lisbon, London (adjusts for daylight time, unlike UTC).
Public fieldStatic memberServerLocal
The server's timezone.
Public fieldStatic memberUSAlaskaTime
U.S. AKST/AKDT.
Public fieldStatic memberUSArizonaTime
U.S. Arizona (does not observe daylight savings time).
Public fieldStatic memberUSCentralTime
U.S. and Canada CST/CDT.
Public fieldStatic memberUSEasternTime
U.S. and Canada EST/EDT.
Public fieldStatic memberUserLocal
The user's timezone, if known.
Public fieldStatic memberUSHawaiiTime
U.S. HAST/HADT.
Public fieldStatic memberUSIndianaEastTime
U.S. Indiana (East)
Public fieldStatic memberUSMountainTime
U.S. and Canada MST/MDT.
Public fieldStatic memberUSPacificTime
U.S. and Canada PST/PDT.
Public fieldStatic memberUTC
UTC - Reference timezone, no adjustment for daylight time (unlike GMT).
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also