Share via


SPMonthlyByDaySchedule.BeginWeek property

The beginning week for the schedule.

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

Syntax

'Declaration
Public Property BeginWeek As WeekOfMonth
    Get
    Set
'Usage
Dim instance As SPMonthlyByDaySchedule
Dim value As WeekOfMonth

value = instance.BeginWeek

instance.BeginWeek = value
public WeekOfMonth BeginWeek { get; set; }

Property value

Type: Microsoft.SharePoint.WeekOfMonth
WeekOfMonth

See also

Reference

SPMonthlyByDaySchedule class

SPMonthlyByDaySchedule members

Microsoft.SharePoint namespace