CalendarConstants.CalendarRecurrenceType Enumeration
Specifies the recurrence type for calendar exceptions.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Enumeration CalendarRecurrenceType
'Usage
Dim instance As CalendarConstants.CalendarRecurrenceType
public enum CalendarRecurrenceType
Members
| Member name | Description | |
|---|---|---|
| Daily | Value=0. Daily recurrence. | |
| DailySkip | Value=1. Daily, with recurrence defined by skipping a set number of days. | |
| Weekly | Value=2. Weekly recurrence. | |
| Monthly | Value=3. Monthly recurrence. | |
| Yearly | Value=4. Yearly recurrence. |
Remarks
The CalendarConstants.CalendarRecurrenceType type is used in the RecurrenceType property.