SPWebApplication.DefaultTimeZone-Eigenschaft

Dient zum Abrufen oder Festlegen der Standardzeitzone für die Webanwendung.

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

Syntax

'Declaration
Public Property DefaultTimeZone As Integer
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer

value = instance.DefaultTimeZone

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

Eigenschaftswert

Typ: System.Int32
Eine 32-Bit-Ganzzahl, die Zeitzone angibt.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace