Search
Calendar.getTasks Method
See Also
 






Gets the tasks whose schedule to display in the control when getGroupType is GroupType.GroupByTasks.

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

 Syntax

Java  Copy Code

public ResourceList<Task> getTasks ()

 Return Value

An instance of the ResourceList class specifying which tasks are displayed in timetable, week range and resource views.

 See Also