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.DateTimeUTC 値に変換します。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<DateTime>
日付と時刻は、ローカルの値に変換されます。