Partilhar via


TimeZone.TimeZoneId Property

Gets the identifier for the time zone.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
Public ReadOnly Property TimeZoneId As Short
public short TimeZoneId { get; }
public:
virtual property short TimeZoneId {
    short get () sealed;
}
/** @property */
public final short get_TimeZoneId ()
public final function get TimeZoneId () : short

Property Value

A short value containing the time zone identifier.

Remarks

The TimeZoneId property value can be used as part of the ScheduleStart property value for scheduled subscriptions.

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TimeZone Class
TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace