Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.