Search
Appointment.setDetails Method
See Also
 






Sets the detailed description of this appointment.

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

 Syntax

Java  Copy Code

public void setDetails (
    String value
)

 Parameters

value

A string containing the appointment's description. The default is an empty string.

 Remarks

This method is equivalent to setDescriptionText.

 See Also