EventsCalendar for ASP.NET Web Forms
RecurrencePattern.RecurrenceTypeEnum Enumeration

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace : RecurrencePattern.RecurrenceTypeEnum Enumeration
Determines the types of recurrent appointments.
Syntax
'Declaration
 
Public Enum RecurrencePattern.RecurrenceTypeEnum 
   Inherits System.Enum
public enum RecurrencePattern.RecurrenceTypeEnum : System.Enum 
Members
MemberDescription
DailyThe recurring appointment reoccurs on a daily basis.
MonthlyThe recurring appointment reoccurs on a monthly basis.
MonthlyNthThe recurring appointment reoccurs every N months.
WeeklyThe recurring appointment reoccurs on a weekly basis.
WorkdaysThe recurring appointment reoccurs every working day.
YearlyThe recurring appointment reoccurs on an yearly basis.
YearlyNthThe recurring appointment reoccurs every N years.
Inheritance Hierarchy

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

See Also

Reference

C1.Web.Wijmo.Controls.C1EventsCalendar Namespace