Search
Appointment.getTag Method
See Also
 






Gets custom data associated with the appointment.

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

 Syntax

Java  Copy Code

public Object getTag ()

 Return Value

An instance of any class derived from Object.

 Remarks

Use this property to store your custom data.

 See Also