SPWeeklySchedule.BeginDayOfWeek Property
Gets or sets the weekday on which the schedule begins.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BeginDayOfWeek As DayOfWeek
Get
Set
'Usage
Dim instance As SPWeeklySchedule
Dim value As DayOfWeek
value = instance.BeginDayOfWeek
instance.BeginDayOfWeek = value
public DayOfWeek BeginDayOfWeek { get; set; }
Property Value
Type: System.DayOfWeek
A DayOfWeek value that specifies the beginning weekday.