TimeZone Members

Represents a valid time zone. Exists to support a set of time zone properties and expose them for use in your subscription management application.

The following tables list the members exposed by the TimeZone type.

Public Properties

  Name Description
ms152600.pubproperty(en-US,SQL.90).gif DaylightName Gets the daylight savings time name for the time zone, for example, "Central Europe Daylight Time".
ms152600.pubproperty(en-US,SQL.90).gif DisplayName Gets the language-independent display name for the time zone.
ms152600.pubproperty(en-US,SQL.90).gif Language Gets the language in which the selected time zone information is stored.
ms152600.pubproperty(en-US,SQL.90).gif LocationName Gets the location name for the time zone, for example, "Central Europe Time".
ms152600.pubproperty(en-US,SQL.90).gif StandardName Gets the standard name for the time zone, for example, "Central Europe Standard Time."
ms152600.pubproperty(en-US,SQL.90).gif TimeZoneId Gets the identifier for the time zone.
ms152600.pubproperty(en-US,SQL.90).gif TimeZoneName Gets the Notification Services assigned name for the time zone, for example, "(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague."
ms152600.pubproperty(en-US,SQL.90).gif UtcOffset Gets the Universal Time Coordinate (UTC) offset value for the time zone.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms152600.pubmethod(en-US,SQL.90).gif Equals Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object.
ms152600.pubmethod(en-US,SQL.90).gif GetHashCode Overridden. Gets the hash code for the TimeZone object.
ms152600.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms152600.pubmethod(en-US,SQL.90).gifms152600.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms152600.pubmethod(en-US,SQL.90).gif ToString Overridden. Returns a String representation of the TimeZone.

Top

Protected Methods

  Name Description
ms152600.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms152600.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TimeZone Class
Microsoft.SqlServer.NotificationServices Namespace