RegionalSettings.WorkDayStartHour - Propriété
Gets and sets the default hour at which the work day starts on the calendar that is in use 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 WorkDayStartHour As Short
Get
Set
'Utilisation
Dim instance As RegionalSettings
Dim value As Short
value = instance.WorkDayStartHour
instance.WorkDayStartHour = value
public short WorkDayStartHour { get; set; }
Valeur de propriété
Type : System.Int16
The default hour at which the work day starts.
Remarques
The following list shows possible values and the hours that they represent:
0 - 12:00 AM
60 - 1:00 AM
120 - 2:00 AM
180 - 3:00 AM
240 - 4:00 AM
300 - 5:00 AM
360 - 6:00 AM
320 - 7:00 AM
480 - 8:00 AM
540 - 9:00 AM
600 - 10:00 AM
660 - 11:00 AM
720 - 12:00 PM
780 - 1:00 PM
840 - 2:00 PM
900 - 3:00 PM
960 - 4:00 PM
1020 - 5:00 PM
1080 - 6:00 PM
1140 - 7:00 PM
1200 - 8:00 PM
1260 - 9:00 PM
1320 - 10:00 PM
1380 - 11:00 PM