MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.getCellAt Method
See Also
 





Gets the date/time calendar cell that contains the specified coordinates.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getCellAt (x, y)

 Parameters

x

Type: Number
The X-coordinate of the point.

y

Type: Number
The Y-coordinate of the point.

 Return Value

Type: Object
The date/time calendar cell that contains the specified coordinates.

 Remarks

The structure of the cell object is discussed in detail in this topic.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace