SPDailySchedule.EndHour property
取得或設定的排程結束的小時。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EndHour As Integer
Get
Set
'用途
Dim instance As SPDailySchedule
Dim value As Integer
value = instance.EndHour
instance.EndHour = value
public int EndHour { get; set; }
Property value
Type: System.Int32
32 位元的整數來指定結束的小時。
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | 屬性是設定為小於 0 或大於 23。 |