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