Interface IRegionalSettings
Public interface to define a RegionalSettings object
Assembly: PnP.Core.dll
Syntax
public interface IRegionalSettings : IDataModel<IRegionalSettings>, IDataModelParent, IDataModelWithContext, ISupportModules<IRegionalSettings>, IDataModelGet<IRegionalSettings>, IDataModelLoad<IRegionalSettings>, IQueryableDataModel
Properties
Gets all properties of this entity
Declaration
Property Value
Gets the string that is used to represent A.M..
Declaration
Property Value
Gets the locale identifier (LCID) for the collation rules that are used on the site.
Declaration
int CollationLCID { get; }
Property Value
Gets the separator that is used for dates.
Declaration
string DateSeparator { get; }
Property Value
Gets the separator that is used for decimals.
Declaration
string DecimalSeparator { get; }
Property Value
Gets the separator that is used in grouping digits.
Declaration
string DigitGrouping { get; }
Property Value
Gets the first day of the week used in calendars.
Declaration
int FirstDayOfWeek { get; }
Property Value
Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.
Declaration
Property Value
Gets the separator that is used for decimals.
Declaration
bool IsRightToLeft { get; }
Property Value
Gets a Boolean value that indicates whether the Web site user interface (UI) uses a right-to-left language.
Declaration
bool IsUIRightToLeft { get; }
Property Value
Gets the separator used in lists.
Declaration
string ListSeparator { get; }
Property Value
Gets or sets the locale ID in use.
Declaration
Property Value
Gets the symbol that is used to represent a negative sign.
Declaration
string NegativeSign { get; }
Property Value
Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server.
Declaration
int NegNumberMode { get; }
Property Value
Gets the string that is used to represent P.M..
Declaration
Property Value
Gets the symbol that is used to represent a positive sign.
Declaration
string PositiveSign { get; }
Property Value
Gets Boolean value that specifies whether to display the week number in day or week views of a calendar.
Declaration
Property Value
Gets the thousand separator used for numbers.
Declaration
string ThousandSeparator { get; }
Property Value
Gets or sets a Boolean value that specifies whether to use a 24-hour time format in representing the hours of the day.
Declaration
Property Value
Gets a value that indicates whether A.M. and P.M. appear before or after the time string.
Declaration
int TimeMarkerPosition { get; }
Property Value
Gets the time separator that is used.
Declaration
string TimeSeparator { get; }
Property Value
Gets the time zone that is used.
Declaration
ITimeZone TimeZone { get; }
Property Value
Declaration
ITimeZoneCollection TimeZones { get; }
Property Value
Extension Methods