RegionalSettings class
SharePoint Online
Represents regional settings that are used on the server that is running SharePoint Server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
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.
Show: