MindFusion.Java Package Programmer's Guide
Calendar.getTaskAt Method (Int32, Int32)
See Also
 






Gets the Task object associated with the calendar element at the specified point.

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

 Syntax

Java  Copy Code

public Task getTaskAt (
    int x,
    int y
)

 Parameters

x

The x-coordinate of the point to test.

y

The y-coordinate of the point to test.

 Return Value

A Task instance related to the calendar element at the specified position.

 Remarks

This method can be only be used in views that support grouping.

 See Also

getTaskAt Method Overload List
Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace