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





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

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

function getTimeCells (startTime, [endTime, [isEndTime, [resource]]])

 Parameters

startTime

Type: DateTime
The start time of the range.

endTime
Optional.

Type: DateTime
The end time of the range.

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: Array
The cells that corresponds to the specified DateTime range.

 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