Table of Contents

Interface IRegionalSettings

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

Public interface to define a RegionalSettings object

public interface IRegionalSettings : IDataModel<IRegionalSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<IRegionalSettings>, IDataModelGet<IRegionalSettings>, IDataModelLoad<IRegionalSettings>, IQueryableDataModel
Inherited Members
Extension Methods

Properties

AM

Gets the string that is used to represent A.M..

string AM { get; }

Property Value

string

All

Gets all properties of this entity

object All { get; }

Property Value

object

CollationLCID

Gets the locale identifier (LCID) for the collation rules that are used on the site.

int CollationLCID { get; }

Property Value

int

DateFormat

Gets the date format that is used.

int DateFormat { get; }

Property Value

int

DateSeparator

Gets the separator that is used for dates.

string DateSeparator { get; }

Property Value

string

DecimalSeparator

Gets the separator that is used for decimals.

string DecimalSeparator { get; }

Property Value

string

DigitGrouping

Gets the separator that is used in grouping digits.

string DigitGrouping { get; }

Property Value

string

FirstDayOfWeek

Gets the first day of the week used in calendars.

int FirstDayOfWeek { get; }

Property Value

int

IsEastAsia

Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.

bool IsEastAsia { get; }

Property Value

bool

IsRightToLeft

Gets the separator that is used for decimals.

bool IsRightToLeft { get; }

Property Value

bool

IsUIRightToLeft

Gets a Boolean value that indicates whether the Web site user interface (UI) uses a right-to-left language.

bool IsUIRightToLeft { get; }

Property Value

bool

ListSeparator

Gets the separator used in lists.

string ListSeparator { get; }

Property Value

string

LocaleId

Gets or sets the locale ID in use.

int LocaleId { get; }

Property Value

int

NegNumberMode

Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server.

int NegNumberMode { get; }

Property Value

int

NegativeSign

Gets the symbol that is used to represent a negative sign.

string NegativeSign { get; }

Property Value

string

PM

Gets the string that is used to represent P.M..

string PM { get; }

Property Value

string

PositiveSign

Gets the symbol that is used to represent a positive sign.

string PositiveSign { get; }

Property Value

string

ShowWeeks

Gets Boolean value that specifies whether to display the week number in day or week views of a calendar.

bool ShowWeeks { get; }

Property Value

bool

ThousandSeparator

Gets the thousand separator used for numbers.

string ThousandSeparator { get; }

Property Value

string

Time24

Gets or sets a Boolean value that specifies whether to use a 24-hour time format in representing the hours of the day.

bool Time24 { get; }

Property Value

bool

TimeMarkerPosition

Gets a value that indicates whether A.M. and P.M. appear before or after the time string.

int TimeMarkerPosition { get; }

Property Value

int

TimeSeparator

Gets the time separator that is used.

string TimeSeparator { get; }

Property Value

string

TimeZone

Gets the time zone that is used.

ITimeZone TimeZone { get; }

Property Value

ITimeZone

TimeZones

Gets the collection of time zones used in SharePoint Online. Implements IQueryable<T>.
See Requesting model collections and IQueryable performance considerations to learn more.

ITimeZoneCollection TimeZones { get; }

Property Value

ITimeZoneCollection