property FaceCalendar.ValueFromPoint (X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS) as Date
Retrieves the value/date from point.

TypeDescription
X as OLE_XPOS_PIXELS A single expression that indicates the X position in client coordinate
Y as OLE_YPOS_PIXELS A single expression that indicates the Y position in client coordinate
Date 0 or a DATE expression that indicates the date from point (X,Y)
The ValueFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type. If X = -1 and Y = -1, the ValueFromPoint property retrieves the date from the cursor, shortly the ValueFromPoint(-1,-1) returns the date from the cursor.  The DateFromPoint property retrieves the date/value from the point, into a face of exFaceCalendar type.