Search
Appointment.setTask Method
See Also
 






Sets the task associated with this item.

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

 Syntax

Java  Copy Code

public void setTask (
    Task value
)

 Parameters

value

An instance of the Task class. The default is null.

 See Also