Compartir a través de


TimeZone.UtcOffset Property

Gets the Universal Time Coordinate (UTC) offset value for the time zone.

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
Public ReadOnly Property UtcOffset As Integer
public int UtcOffset { get; }
public:
virtual property int UtcOffset {
    int get () sealed;
}
/** @property */
public final int get_UtcOffset ()
public final function get UtcOffset () : int

Valor de propiedad

An integer representing the UTC offset value for the time zone.

Notas

The UTC Offset value is the number of SqlDateTime clock "ticks" between UTC and the time zone. To obtain the number of hours between UTC and the time zone, divide the UTC offset value by 1080000.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

TimeZone Class
TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace