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 ends.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EndMonth As Integer
Get
Set
'Usage
Dim instance As SPYearlySchedule
Dim value As Integer
value = instance.EndMonth
instance.EndMonth = value
public int EndMonth { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the ending month.