共用方式為


SPWebApplication.DefaultTimeZone property

取得或設定 Web 應用程式的預設時區。

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

Syntax

'宣告
Public Property DefaultTimeZone As Integer
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Integer

value = instance.DefaultTimeZone

instance.DefaultTimeZone = value
public int DefaultTimeZone { get; set; }

Property value

Type: System.Int32
32 位元整數,會指定時間的時區。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace