Share via


SPYearlySchedule.EndMonth property

Gets or sets the month that the schedule ends.

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

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.

See also

Reference

SPYearlySchedule class

SPYearlySchedule members

Microsoft.SharePoint namespace