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