SPContext.RegionalSettings Property
Gets the regional settings object of the current HTTP context inWindows SharePoint Services.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property RegionalSettings As SPRegionalSettings
Get
Dim instance As SPContext
Dim value As SPRegionalSettings
value = instance.RegionalSettings
public SPRegionalSettings RegionalSettings { get; }
Property Value
Type: Microsoft.SharePoint.SPRegionalSettings
An SPRegionalSettings object that represents the regional settings.