Search
Recurrence.setInterval Method
See Also
 






Sets the recurrence interval.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setInterval (
    Duration value
)

 Parameters

value

A Duration value indicating the time interval between recurring items.

 Remarks

This value is used when the recurrence getPattern is RecurrencePattern.ByTimeInterval.

 See Also