次の方法で共有


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 に変換されます。

関連項目

参照先

TimeZone クラス

TimeZone メンバー

Microsoft.SharePoint.Client 名前空間