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
Java Copy Code |
---|
public Item getMaster () |
A reference to the schedule item whose recurrence is defined by this object.
To associate a recurrence with an item, pass a reference to a Recurrence object to the item's Item.setRecurrence method.
JPlanner Programmer's Guide | © 2023 MindFusion |