Search
Appointment Class
See Also
 






The Appointment class represents appointments within a schedule.

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

 Syntax

Java  Copy Code

public class Appointment extends Item implements Cloneable

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.model.Item
        com.mindfusion.scheduling.model.Appointment

 See Also