Share via


SPWeeklySchedule.EndDayOfWeek Property

Gets or sets the weekday on which the schedule ends.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property EndDayOfWeek As DayOfWeek
    Get
    Set
'Usage
Dim instance As SPWeeklySchedule
Dim value As DayOfWeek

value = instance.EndDayOfWeek

instance.EndDayOfWeek = value
public DayOfWeek EndDayOfWeek { get; set; }

Property Value

Type: System.DayOfWeek
A DayOfWeek value that specifies the ending weekday.

See Also

Reference

SPWeeklySchedule Class

SPWeeklySchedule Members

Microsoft.SharePoint Namespace