RegionalSettings members

Represents regional settings that are used on the server that is running SharePoint Server.

The RegionalSettings type exposes the following members.

Constructors

  Name Description
Public method RegionalSettings Initializes a new instance of the RegionalSettings class.

Top

Properties

  Name Description
Public property AdjustHijriDays Gets and sets the number of days to extend or reduce the current month in Hijri calendars.
Public property AlternateCalendarType Gets and sets an alternate calendar type that is used on the server.
Public property AM Gets the string that is used to represent A.M. on the server.
Public property CalendarType Gets and sets the calendar type that is used on the server.
Public property Collation Gets and sets the collation that is used on the site.
Public property CollationLCID Gets the locale identifier (LCID) for the collation rules that are used on the site.
Public property Context Returns the context that is associated with the client object. (Inherited from ClientObject.)
Public property DateFormat Gets the date format that is used on the server.
Public property DateSeparator Gets the separator that is used for dates on the server.
Public property DecimalSeparator Gets the separator that is used for decimals on the server.
Public property DigitGrouping Gets the separator that is used in grouping digits.
Public property FirstDayOfWeek Gets and sets the first day of the week used in calendars on the server.
Public property FirstWeekOfYear Gets and sets the first week of the year used in calendars on the server.
Public property InstalledLanguages
Public property IsEastAsia Gets whether the Web site locale is an East Asian locale.
Public property IsRightToLeft Gets whether the Web site locale uses a right-to-left language.
Public property IsUIRightToLeft Gets whether the Web site user interface (UI) uses a right-to-left language.
Public property ListSeparator Gets the separator used in lists on the server.
Public property LocaleId Gets and sets the locale identifier in use on the server.
Public property NegativeSign Gets the symbol that is used to represent a negative sign on the server.
Public property NegNumberMode Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server.
Protected property ObjectData Gets the object data for the current client object. (Inherited from ClientObject.)
Public property ObjectVersion Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public property Path Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public property PM Gets the string that is used to represent P.M. on the server.
Public property PositiveSign Gets the symbol that is used to represent a positive sign on the server.
Public property ServerObjectIsNull Gets the server object and returns null if the server object is null. (Inherited from ClientObject.)
Public property ShowWeeks Gets and sets whether to display the week number in day or week views of a calendar.
Public property Tag Gets or sets data that is associated with the client object. (Inherited from ClientObject.)
Public property ThousandSeparator Gets the thousand separator used for numbers on the server.
Public property Time24 Gets and sets whether to use a 24-hour time format in representing the hours of the day.
Public property TimeMarkerPosition Gets a value that indicates whether A.M. and P.M. appear before or after the time string.
Public property TimeSeparator Gets the time separator that is used on the server.
Public property TimeZone Gets and sets the time zone that is used on the server.
Public property TimeZones Gets the collection of time zones used in a server farm.
Public property TypedObject Gets the object with the correct type information returned from the server. (Inherited from ClientObject.)
Public property WorkDayEndHour Gets and sets the default hour at which the work day ends on the calendar that is in use on the server.
Public property WorkDays Gets and sets a number that represents the work days of Web site calendars.
Public property WorkDayStartHour Gets and sets the default hour at which the work day starts on the calendar that is in use on the server.

Top

Methods

  Name Description
Protected method CheckUninitializedProperty Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.)
Public method CustomFromJson Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public method FromJson Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Protected method InitNonPropertyFieldFromJson Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).)
Public method IsObjectPropertyInstantiated Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.)
Public method IsPropertyAvailable Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.)
Protected method LoadExpandoFields Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.)
Public method RefreshLoad Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.)
Protected method RemoveFromParentCollection Removes the current client object from the parent client object collection. (Inherited from ClientObject.)
Public method Retrieve() Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public method Retrieve([]) Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.)
Public method ToString (Inherited from Object.)
Public method Update
Protected method UpdateClientObjectPropertyType Updates the client object property's value to have correct type by using the type information returned from the server. (Inherited from ClientObject.)

Top

See also

Reference

RegionalSettings class

Microsoft.SharePoint.Client namespace