Expand Minimize
This topic has not yet been rated - Rate this topic

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)
<ClientCallableTypeAttribute(ServerTypeId := "3340078C-9CFA-430A-BF29-1F98505CD7F6")> _
Public Enumeration CalendarRecurrenceType
Dim instance As CalendarConstants.CalendarRecurrenceType
[ClientCallableTypeAttribute(ServerTypeId = "3340078C-9CFA-430A-BF29-1F98505CD7F6")]
public enum CalendarRecurrenceType
Member nameDescription
DailyValue=0. Daily recurrence.
DailySkipValue=1. Daily, with recurrence defined by skipping a set number of days.
WeeklyValue=2. Weekly recurrence.
MonthlyValue=3. Monthly recurrence.
YearlyValue=4. Yearly recurrence.

The CalendarConstants.CalendarRecurrenceType type is used in the RecurrenceType property.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.