Search
Calendar.GetDateAt Method
See Also
 






Returns the date of the calendar cell located at the specified coordinates.

 Overload List

Name Description

Calendar.GetDateAt (Int32, Int32)

Returns the date of the calendar cell located at the specified coordinates.

Calendar.GetDateAt (Int32, Int32, Rect@)

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

Calendar.GetDateAt (Point)

Returns the date of the calendar cell located at the specified position.

Calendar.GetDateAt (Point, Rect@)

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

 See Also