Search
Recurrence.interval Property
See Also
 






Gets or sets the interval of Recurrence.

Namespace: MindFusion.Scheduling
File: Recurrence.js

 Syntax

JavaScript  Copy Code

get interval() {}

 Property Value

A Number that specifies the interval of occurrence between two recurrent Item-s. The value should be specified in milliseconds. Use DateTime.millisecond to convert your value.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.ByTimeInterval.

 See Also