RegionalSettings.TimeZone property

Gets and sets the time zone that is used on the server.

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

Syntax

'Declaration
Public Property TimeZone As TimeZone
    Get
    Set
'Usage
Dim instance As RegionalSettings
Dim value As TimeZone

value = instance.TimeZone

instance.TimeZone = value
public TimeZone TimeZone { get; set; }

Property value

Type: Microsoft.SharePoint.Client.TimeZone
The time zone.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace