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
All
Gets all properties of this entity
object All { get; }
Property Value
CollationLCID
Gets the locale identifier (LCID) for the collation rules that are used on the site.
int CollationLCID { get; }
Property Value
DateFormat
Gets the date format that is used.
int DateFormat { get; }
Property Value
DateSeparator
Gets the separator that is used for dates.
string DateSeparator { get; }
Property Value
DecimalSeparator
Gets the separator that is used for decimals.
string DecimalSeparator { get; }
Property Value
DigitGrouping
Gets the separator that is used in grouping digits.
string DigitGrouping { get; }
Property Value
FirstDayOfWeek
Gets the first day of the week used in calendars.
int FirstDayOfWeek { get; }
Property Value
IsEastAsia
Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.
bool IsEastAsia { get; }
Property Value
IsRightToLeft
Gets the separator that is used for decimals.
bool IsRightToLeft { get; }
Property Value
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
ListSeparator
Gets the separator used in lists.
string ListSeparator { get; }
Property Value
LocaleId
Gets or sets the locale ID in use.
int LocaleId { get; }
Property Value
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
NegativeSign
Gets the symbol that is used to represent a negative sign.
string NegativeSign { get; }
Property Value
PM
Gets the string that is used to represent P.M..
string PM { get; }
Property Value
PositiveSign
Gets the symbol that is used to represent a positive sign.
string PositiveSign { get; }
Property Value
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
ThousandSeparator
Gets the thousand separator used for numbers.
string ThousandSeparator { get; }
Property Value
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
TimeMarkerPosition
Gets a value that indicates whether A.M. and P.M. appear before or after the time string.
int TimeMarkerPosition { get; }
Property Value
TimeSeparator
Gets the time separator that is used.
string TimeSeparator { get; }
Property Value
TimeZone
Gets the time zone that is used.
ITimeZone TimeZone { get; }
Property Value
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; }