Search
Recurrence.applyPattern Method
See Also
 






Copies the fields of the specified Recurrence object to this recurrence.

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

 Syntax

Java  Copy Code

public void applyPattern (
    Recurrence recurrence
)

 Parameters

recurrence

The Recurrence object whose fields to copy.

 Remarks

This method behaves similarly to the clone method except that it does not create a new object.

 See Also