Search
Recurrence.getInterval Method
See Also
 






Gets the recurrence interval.

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

 Syntax

Java  Copy Code

public Duration getInterval ()

 Return 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