SPWeeklySchedule.EndDayOfWeek property
Gets or sets the weekday on which the schedule ends.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.