Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the first week of the year used in calendars on the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property FirstWeekOfYear As Short
Get
Set
'Usage
Dim instance As RegionalSettings
Dim value As Short
value = instance.FirstWeekOfYear
instance.FirstWeekOfYear = value
public short FirstWeekOfYear { get; set; }
Property value
Type: System.Int16
The first week of the year.
Remarks
The FirstWeekOfYear property throws an exception if the value is not between 0 and 2.