SPMonthlyByDaySchedule.BeginHour property
The begin hour for the schedule.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BeginHour As Integer
Get
Set
'Usage
Dim instance As SPMonthlyByDaySchedule
Dim value As Integer
value = instance.BeginHour
instance.BeginHour = value
public int BeginHour { get; set; }
Property value
Type: System.Int32
A 32-bit integer that specifies the beginning hour.