Gets the recurrence interval.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public Duration getInterval () |
A Duration value indicating the time interval between recurring items.
RemarksThis value is used when the recurrence getPattern is RecurrencePattern.ByTimeInterval.
See Also