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