Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.