TimeZoneCollection.GetById - Méthode
Récupère un fuseau horaire à partir de la collection de sites à l'aide de l'identificateur spécifié.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetById ( _
id As Integer _
) As TimeZone
'Utilisation
Dim instance As TimeZoneCollection
Dim id As Integer
Dim returnValue As TimeZone
returnValue = instance.GetById(id)
public TimeZone GetById(
int id
)
Paramètres
id
Type : System.Int32L'identificateur associé le fuseau horaire.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.TimeZone
Le fuseau horaire.