Version

RecurrencePatternType Enumeration

Determines whether the recurrence pattern for an AppointmentRecurrence is set to occur on a specific day of the month and/or month of the year, or calculated based on other criteria.
Syntax
'Declaration
 
Public Enum RecurrencePatternType 
   Inherits System.Enum
public enum RecurrencePatternType : System.Enum 
Members
MemberDescription
CalculatedThe recurrence pattern is calculated and does not occur on a specific day of the month and/or month of the year.
ExplicitThe recurrence pattern is determined using a specific day of the month and/or month of the year.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also