Search
Appointment.setTag Method
See Also
 






Sets custom data associated with the appointment.

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

 Syntax

Java  Copy Code

public void setTag (
    Object value
)

 Parameters

value

An instance of any class derived from Object.

 Remarks

Use this property to store your custom data.

 See Also