Skip to content

Latest commit

 

History

History
260 lines (202 loc) · 4.82 KB

Set-KshRegionalSettings.md

File metadata and controls

260 lines (202 loc) · 4.82 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Set-KshRegionalSettings

SYNOPSIS

Updates a regional settings.

SYNTAX

Set-KshRegionalSettings [-AdjustHijriDays <Int16>] [-AlternateCalendarType <Int16>] [-CalendarType <Int16>]
 [-Collation <Int16>] [-FirstDayOfWeek <UInt32>] [-FirstWeekOfYear <UInt32>] [-Lcid <UInt32>]
 [-ShowWeeks <Boolean>] [-Time24 <Boolean>] [-TimeZone <TimeZone>] [-WorkDayEndHour <Int16>]
 [-WorkDays <Int16>] [-WorkDayStartHour <Int16>] [-PassThru] [<CommonParameters>]

DESCRIPTION

The Set-KshRegionalSettings cmdlet changes properties of the regional settings of the current site.

EXAMPLES

Example 1

PS C:\> Set-KshRegionalSettings -Lcid 1041

Updates property values of the regional settings.

PARAMETERS

-AdjustHijriDays

Specifies the adjust days for Hijri calendars.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-AlternateCalendarType

Specifies the alternate calendar type.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-CalendarType

Specifies the calendar type.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Collation

Specifies the collation.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FirstDayOfWeek

Specifies the first day of the week.

Type: UInt32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-FirstWeekOfYear

Specifies the first week of the year.

Type: UInt32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Lcid

Specifies the locale ID. For more information, see reference.

Type: UInt32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PassThru

If specified, returns the updated object.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ShowWeeks

Specifies whether to display the week number.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Time24

Specifies whether to use a 24-hour time format

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-TimeZone

Specifies the time zone

Type: TimeZone
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WorkDayEndHour

Specifies the hour at which the work day ends.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WorkDayStartHour

Specifies the hour at which the work day starts.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-WorkDays

Specifies the number of the work days.

Type: Int16
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.RegionalSettings

NOTES

RELATED LINKS