MindFusion.Java Package Programmer's Guide
Calendar.getContactAt Method (Int32, Int32)
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 (
    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 Contact instance related to the calendar element at the specified position.

 Remarks

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

 See Also

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