Version 23.1 (latest)

RecurrenceDayOfMonth Enumeration

Determines which occurrence of the day in its respective month a recurrence is to occur for an AppointmentRecurrence.
Syntax
public enum RecurrenceDayOfMonth : 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 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

Reference

Infragistics.WebUI.WebSchedule Namespace
AppointmentRecurrence.PatternOccurrenceOfDayInMonth