TimeZoneCollection.GetById 方法
使用指定的識別項集合擷取時區。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Function GetById ( _
id As Integer _
) As TimeZone
'用途
Dim instance As TimeZoneCollection
Dim id As Integer
Dim returnValue As TimeZone
returnValue = instance.GetById(id)
public TimeZone GetById(
int id
)
參數
id
類型:System.Int32識別項相關聯的時區。
傳回值
類型:Microsoft.SharePoint.Client.TimeZone
時區。