EventsCalendar for ASP.NET Web Forms
RecurrencePattern.WeekOfMonthEnum Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace : RecurrencePattern.WeekOfMonthEnum Enumeration
Determines the week in a month in which the appointment will occur.
Syntax
'Declaration
 
Public Enum RecurrencePattern.WeekOfMonthEnum 
   Inherits System.Enum
public enum RecurrencePattern.WeekOfMonthEnum : System.Enum 
Members
MemberDescription
FirstThe recurring appointment will occur on the specified day or days of the first week in the month.
FourthThe recurring appointment will occur on the specified day or days of the fourth week in the month.
LastThe recurring appointment will occur on the specified day or days of the last week in the month.
SecondThe recurring appointment will occur on the specified day or days of the second week in the month.
ThirdThe recurring appointment will occur on the specified day or days of the third week in the month.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1EventsCalendar.RecurrencePattern.WeekOfMonthEnum

See Also

Reference

C1.Web.Wijmo.Controls.C1EventsCalendar Namespace