SPMonthlyByDaySchedule.BeginDay Property
The beginning day for the schedule.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BeginDay As DayOfWeek
Get
Set
'Usage
Dim instance As SPMonthlyByDaySchedule
Dim value As DayOfWeek
value = instance.BeginDay
instance.BeginDay = value
public DayOfWeek BeginDay { get; set; }
Property Value
Type: System.DayOfWeek
DayOfWeek .