Search
Calendar.getContactAt Method (Point)
See Also
 






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

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

 Syntax

Java  Copy Code

public Contact getContactAt (
    Point point
)

 Parameters

point

The point to test.

 Return Value

A Contact 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