Gets or sets the Int32 value specifying
the interval between occurrences of the recurrence.
The Interval property works in conjunction with
the RecurrenceType()()()() property to determine the cycle of the recurrence.
The maximum allowable value is 99 for weekly patterns and 999 for daily patterns.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1ScheduleClient (in C1ScheduleClient.dll)
Syntax
JavaScript |
---|
function get_interval(); function set_interval(value); |
Remarks
For example, if the RecurrenceType()()()() is set
to Daily, and the Interval is set to 3,
the recurrence will occur every third day.