Search
Recurrence.getDailyRecurrence Method
See Also
 






Gets the type of daily recurrence.

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

 Syntax

Java  Copy Code

public DailyRecurrence getDailyRecurrence ()

 Return Value

One of the DailyRecurrence constants.

 Remarks

This value is used when the recurrence pattern is set to RecurrencePattern.Daily.

 See Also