TimeZone.LocalTimeToUTC 方法
將指定的日期轉換從當地時間以國際標準時間 (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 LocalTimeToUTC ( _
date As DateTime _
) As ClientResult(Of DateTime)
'用途
Dim instance As TimeZone
Dim date As DateTime
Dim returnValue As ClientResult(Of DateTime)
returnValue = instance.LocalTimeToUTC(date)
public ClientResult<DateTime> LocalTimeToUTC(
DateTime date
)
參數
date
類型:System.DateTime本機日期和時間值轉換。
傳回值
類型:Microsoft.SharePoint.Client.ClientResult<DateTime>
日期轉換成 UTC。