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