Search
Appointment.getTask Method
See Also
 






Gets the task associated with this item.

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

 Syntax

Java  Copy Code

public Task getTask ()

 Return Value

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

 See Also