SPDailySchedule.EndHour - Propriété
Obtient ou définit l'heure à laquelle la planification prend fin.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property EndHour As Integer
Get
Set
'Utilisation
Dim instance As SPDailySchedule
Dim value As Integer
value = instance.EndHour
instance.EndHour = value
public int EndHour { get; set; }
Valeur de propriété
Type : System.Int32
Un entier de 32 bits qui indique l'heure de fin.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | La propriété est définie sur une valeur inférieure à 0 ou supérieur à 23. |