The Appointment class represents appointments within a schedule.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public class Appointment extends Item implements Cloneable |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Item
com.mindfusion.scheduling.model.Appointment
See Also