CalendarExceptionCreationInformation.RecurrenceMonth property

Gets or sets the month when setting a yearly recurrence.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property RecurrenceMonth As Integer
    Get
    Set
'Usage
Dim instance As CalendarExceptionCreationInformation
Dim value As Integer

value = instance.RecurrenceMonth

instance.RecurrenceMonth = value
[RemoteAttribute]
public int RecurrenceMonth { get; set; }

Property value

Type: System.Int32
A value that represents a month.

See also

Reference

CalendarExceptionCreationInformation class

CalendarExceptionCreationInformation members

Microsoft.ProjectServer.Client namespace