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 | |
---|---|---|
RegionalSettings | Initializes a new instance of the RegionalSettings class. |
Top
Properties
Name | Description | |
---|---|---|
AdjustHijriDays | Gets and sets the number of days to extend or reduce the current month in Hijri calendars. | |
AlternateCalendarType | Gets and sets an alternate calendar type that is used on the server. | |
AM | Gets the string that is used to represent A.M. on the server. | |
CalendarType | Gets and sets the calendar type that is used on the server. | |
Collation | Gets and sets the collation that is used on the site. | |
CollationLCID | Gets the locale identifier (LCID) for the collation rules that are used on the site. | |
Context | Returns the context that is associated with the client object. (Inherited from ClientObject.) | |
DateFormat | Gets the date format that is used on the server. | |
DateSeparator | Gets the separator that is used for dates on the server. | |
DecimalSeparator | Gets the separator that is used for decimals on the server. | |
DigitGrouping | Gets the separator that is used in grouping digits. | |
FirstDayOfWeek | Gets and sets the first day of the week used in calendars on the server. | |
FirstWeekOfYear | Gets and sets the first week of the year used in calendars on the server. | |
InstalledLanguages | ||
IsEastAsia | Gets whether the Web site locale is an East Asian locale. | |
IsRightToLeft | Gets whether the Web site locale uses a right-to-left language. | |
IsUIRightToLeft | Gets whether the Web site user interface (UI) uses a right-to-left language. | |
ListSeparator | Gets the separator used in lists on the server. | |
LocaleId | Gets and sets the locale identifier in use on the server. | |
NegativeSign | Gets the symbol that is used to represent a negative sign on the server. | |
NegNumberMode | Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server. | |
ObjectData | Gets the object data for the current client object. (Inherited from ClientObject.) | |
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.) | |
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.) | |
PM | Gets the string that is used to represent P.M. on the server. | |
PositiveSign | Gets the symbol that is used to represent a positive sign on the server. | |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (Inherited from ClientObject.) | |
ShowWeeks | Gets and sets whether to display the week number in day or week views of a calendar. | |
Tag | Gets or sets data that is associated with the client object. (Inherited from ClientObject.) | |
ThousandSeparator | Gets the thousand separator used for numbers on the server. | |
Time24 | Gets and sets whether to use a 24-hour time format in representing the hours of the day. | |
TimeMarkerPosition | Gets a value that indicates whether A.M. and P.M. appear before or after the time string. | |
TimeSeparator | Gets the time separator that is used on the server. | |
TimeZone | Gets and sets the time zone that is used on the server. | |
TimeZones | Gets the collection of time zones used in a server farm. | |
TypedObject | Gets the object with the correct type information returned from the server. (Inherited from ClientObject.) | |
WorkDayEndHour | Gets and sets the default hour at which the work day ends on the calendar that is in use on the server. | |
WorkDays | Gets and sets a number that represents the work days of Web site calendars. | |
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 | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
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.) | |
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.) | |
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.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
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.) | |
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.) | |
ToString | (Inherited from Object.) | |
Update | ||
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