Gets the master item of this recurrence. The property returns null if the recurrence is not associated with an item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public Item getMaster () |
A reference to the schedule item whose recurrence is defined by this object.
RemarksTo associate a recurrence with an item, pass a reference to a Recurrence object to the item's Item.setRecurrence method.
See Also