CalendarException.RecurrenceDays property
Gets a mask that represents the days of the week on which the calendar exception is effective.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property RecurrenceDays As CalendarRecurrenceDays
Get
'Usage
Dim instance As CalendarException
Dim value As CalendarRecurrenceDays
value = instance.RecurrenceDays
[RemoteAttribute]
public CalendarRecurrenceDays RecurrenceDays { get; }
Property value
Type: Microsoft.ProjectServer.Client.CalendarRecurrenceDays
A bitwise combination of day values.