Compartilhar via


SPRegionalSettings.GetTimeZoneIDByKeyName method

Retorna uma id de fuso horário do sharepoint que correlaciona para um fuso horário Windows determinado ID. Windows tzids são subchaves na filial HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Time Zones no registro.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Shared Function GetTimeZoneIDByKeyName ( _
    keyName As String _
) As UShort
'Uso
Dim keyName As String
Dim returnValue As UShort

returnValue = SPRegionalSettings.GetTimeZoneIDByKeyName(keyName)
public static ushort GetTimeZoneIDByKeyName(
    string keyName
)

Parâmetros

Valor retornado

Type: System.UInt16
ID de fuso horário do SharePoint correspondente à tzid do Windows

Ver também

Referência

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace