次の方法で共有


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 名前空間