CalendarException.RecurrenceWeek property

Gets the week number of a monthly occurrence.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property RecurrenceWeek As CalendarRecurrenceWeek
    Get
'Usage
Dim instance As CalendarException
Dim value As CalendarRecurrenceWeek

value = instance.RecurrenceWeek
[RemoteAttribute]
public CalendarRecurrenceWeek RecurrenceWeek { get; }

Property value

Type: Microsoft.ProjectServer.Client.CalendarRecurrenceWeek
An enumerated value that represents one of successive weeks in a month.

See also

Reference

CalendarException class

CalendarException members

Microsoft.ProjectServer.Client namespace