RegionalSettings.FirstDayOfWeek - Propriété
Gets and sets the first day of the week 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 FirstDayOfWeek As UInteger
Get
Set
'Utilisation
Dim instance As RegionalSettings
Dim value As UInteger
value = instance.FirstDayOfWeek
instance.FirstDayOfWeek = value
public uint FirstDayOfWeek { get; set; }
Valeur de propriété
Type : System.UInt32
The first day of the week. The following values are possible:
0 -- Sunday
1 -- Monday
2 -- Tuesday
3 -- Wednesday
4 -- Thursday
5 -- Friday
6 -- Saturday
Remarques
The FirstDayOfWeek property throws an exception if the value is not between 0 and 6.