Search
Calendar.getDateAt Method (Int32, Int32, ByRef(Rectangle))
See Also
 






Returns the date of the calendar cell located at the specified position and the bounding rectangle of the cell.

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

 Syntax

Java  Copy Code

public DateTime getDateAt (
    int x,
    int y,
    ByRef<Rectangle> bounds
)

 Parameters

x

The x-coordinate of the position at which to look for a date.

y

The y-coordinate of the position at which to look for a date.

bounds

The bounding rectangle of the cell at the specified position.

 Return Value

A DateTime instance indicating which date is displayed at the specified position. If there is no date cell at the specified position, the return value is DateTime.MinValue.

 See Also