SPYearlySchedule.BeginMonth Property
Gets or sets the month that the schedule begins.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.