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





Gets the date/time calendar cell that corresponds to the specified DateTime.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getTimeCell (dateTime, [isEndTime, [resource]])

 Parameters

dateTime

Type: DateTime
The time to search for.

isEndTime
Optional.

Type: Boolean
true if the index of the first interval is returned when the time is the boundary between two consecutive intervals; false if the index of the second interval is contained. The default is false.

resource
Optional.

Type: Object
The resource to search for.

 Return Value

Type: Object
The cell that holds the specified DateTime.

 Remarks

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
Manipulating Cells on the Client