Search
Appointment.setSubject Method
See Also
 






Sets the subject of this appointment.

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

 Syntax

Java  Copy Code

public void setSubject (
    String value
)

 Parameters

value

A string that identifies the subject of the appointment. The default is an empty string.

 Remarks

This method is equivalent to setHeaderText.

 See Also