Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<ClientCallableTypeAttribute(ServerTypeId := "3340078C-9CFA-430A-BF29-1F98505CD7F6")> _
Public Enumeration CalendarRecurrenceType
'Usage
Dim instance As CalendarConstants.CalendarRecurrenceType
[ClientCallableTypeAttribute(ServerTypeId = "3340078C-9CFA-430A-BF29-1F98505CD7F6")]
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.