Compartir a través de


del método TimeZoneCollection.GetById

Recupera una zona horaria de la colección utilizando el identificador especificado.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Function GetById ( _
    id As Integer _
) As TimeZone
'Uso
Dim instance As TimeZoneCollection
Dim id As Integer
Dim returnValue As TimeZone

returnValue = instance.GetById(id)
public TimeZone GetById(
    int id
)

Parámetros

  • id
    Tipo: System.Int32

    El identificador asociado a la zona horaria.

Valor devuelto

Tipo: Microsoft.SharePoint.Client.TimeZone
La zona horaria.

Vea también

Referencia

clase TimeZoneCollection

Miembros TimeZoneCollection

Espacio de nombres Microsoft.SharePoint.Client