共用方式為


TimeZone.UTCToLocalTime 方法

將指定的日期從國際標準時間 (UTC) 轉換為當地時間。

命名空間:  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 UTCToLocalTime ( _
    date As DateTime _
) As ClientResult(Of DateTime)
'用途
Dim instance As TimeZone
Dim date As DateTime
Dim returnValue As ClientResult(Of DateTime)

returnValue = instance.UTCToLocalTime(date)
public ClientResult<DateTime> UTCToLocalTime(
    DateTime date
)

參數

傳回值

類型:Microsoft.SharePoint.Client.ClientResult<DateTime>
日期及時間轉換為其本機的值。

請參閱

參照

TimeZone 類別

TimeZone 成員

Microsoft.SharePoint.Client 命名空間