共用方式為


SPUtility.GetTimeSpanFromTimeZone method

擷取TimeSpan物件,代表在時間中國際標準時間 (UTC) 及時間的時區為本機 SharePoint 網站之間的差異。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function GetTimeSpanFromTimeZone ( _
    timeZone As SPTimeZone _
) As TimeSpan
'用途
Dim timeZone As SPTimeZone
Dim returnValue As TimeSpan

returnValue = SPUtility.GetTimeSpanFromTimeZone(timeZone)
public static TimeSpan GetTimeSpanFromTimeZone(
    SPTimeZone timeZone
)

參數

傳回值

Type: System.TimeSpan
TimeSpan物件,代表目前之間的差異時間 UTC 和本地時間,包括任何調整日光節約時間、 需要時生效。

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace