EventsCalendar for ASP.NET Web Forms
Interval Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > RecurrencePattern Class : Interval Property
Specifies the interval between occurrences of the recurrence. The interval field works in conjunction with the "recurrenceType" field to determine the cycle of the recurrence. The maximum allowable value is 99 for weekly patterns and 999 for daily patterns. The default value is 1. For example, if the recurrenceType is set to daily, and the "interval" is set to 3, the recurrence will occur every third day.
Syntax
'Declaration
 
Public Property Interval As System.Integer
public System.int Interval {get; set;}
See Also

Reference

RecurrencePattern Class
RecurrencePattern Members