Version

RecurrencePatternOccurrenceOfDayInMonth Enumeration

Determines which occurrence of the day in its respective month a recurrence is to occur for an AppointmentRecurrence.
Syntax
'Declaration
 
Public Enum RecurrencePatternOccurrenceOfDayInMonth 
   Inherits System.Enum
public enum RecurrencePatternOccurrenceOfDayInMonth : System.Enum 
Members
MemberDescription
FirstThe first occurrence of the specified day in its month.
FourthThe fourth occurrence of the specified day in its month.
LastThe last occurrence of the specified day in its month.
NoneNo specific value; the actual value is obtained from the AppointmentRecurrence.RootAppointment
SecondThe second occurrence of the specified day in its month.
ThirdThe third occurrence of the specified day in its month.
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