Search
Calendar.getDateAt Method (Point)
See Also
 






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

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

 Syntax

Java  Copy Code

public DateTime getDateAt (
    Point point
)

 Parameters

point

The position at which to look for a date.

 Return Value

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

 See Also