RegionalSettings.FirstWeekOfYear - Propriété
Gets and sets the first week of the year used in calendars on the server.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property FirstWeekOfYear As Short
Get
Set
'Utilisation
Dim instance As RegionalSettings
Dim value As Short
value = instance.FirstWeekOfYear
instance.FirstWeekOfYear = value
public short FirstWeekOfYear { get; set; }
Valeur de propriété
Type : System.Int16
The first week of the year.
Remarques
The FirstWeekOfYear property throws an exception if the value is not between 0 and 2.