RegionalSettings class

SharePoint Online

Represents regional settings that are used on the server that is running SharePoint Server.

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.RegionalSettings

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

No code example is currently available or this language may not be supported.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: