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
)
參數
date
類型:System.DateTime要轉換的 UTC 值。
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<DateTime>
日期及時間轉換為其本機的值。