EventsCalendar for ASP.NET Web Forms
RecurrenceType Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > RecurrencePattern Class : RecurrenceType Property
Determines the type of recurrence: daily - the recurring event reoccurs on a daily basis. workdays - the recurring event reoccurs every working day. monthly - the recurring event reoccurs on a monthly basis. monthlyNth - the recurring event reoccurs every N months. weekly - the recurring event reoccurs on a weekly basis. yearly - the recurring event reoccurs on an yearly basis. yearlyNth - the recurring event reoccurs every N years.
Syntax
'Declaration
 
Public Property RecurrenceType As System.String
public System.string RecurrenceType {get; set;}
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members