共用方式為


SPDailySchedule.BeginHour property

取得或設定排程開始的小時。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property BeginHour As Integer
    Get
    Set
'用途
Dim instance As SPDailySchedule
Dim value As Integer

value = instance.BeginHour

instance.BeginHour = value
public int BeginHour { get; set; }

Property value

Type: System.Int32
32 位元的整數來指定開始的小時。

Exceptions

Exception Condition
ArgumentOutOfRangeException

屬性是設定為小於 0 或大於 23。

請參閱

參照

SPDailySchedule class

SPDailySchedule members

Microsoft.SharePoint namespace