RegionalSettings class
Represents regional settings that are used on the server that is running SharePoint Server.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.RegionalSettings
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Class RegionalSettings _
Inherits ClientObject
'Usage
Dim instance As RegionalSettings
public class RegionalSettings : ClientObject
Remarks
Use the RegionalSettings property of the Web class to return an RegionalSettings object that represents the regional settings for a website. You can return the same regional settings through the #ctor() constructor. Use the RegionalSettings() property of the User class to return a RegionalSettings object that represents the regional settings for a user.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.