SPYearlySchedule.BeginMonth property
Gets or sets the month that the schedule begins.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BeginMonth As Integer
Get
Set
'Usage
Dim instance As SPYearlySchedule
Dim value As Integer
value = instance.BeginMonth
instance.BeginMonth = value
public int BeginMonth { get; set; }
Property value
Type: System.Int32
A 32-bit integer that specifies the beginning month.