SPWeeklySchedule.BeginDayOfWeek property

Gets or sets the weekday on which the schedule begins.

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

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.

See also

Reference

SPWeeklySchedule class

SPWeeklySchedule members

Microsoft.SharePoint namespace