Search
Calendar.getItemAt Method (Point)
See Also
 






Gets the Item object displayed at the specified coordinates.

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

 Syntax

Java  Copy Code

public Item getItemAt (
    Point point
)

 Parameters

point

The point to test.

 Return Value

The scheduled Item displayed at the specified position.

 See Also