Search
Calendar.getTimeCells Method
See Also
 






Gets the calendar view cells that corresponds to the specified DateTime range and the specified Resource.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

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

 Parameters

startTime

DateTime. The start time of the range.

endTime
Optional.

DateTime. The end time of the range.

isEndTime
Optional.

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.

Resource. The resource to search for.

 Return Value

An array of ViewCell objects that correspond to the specified DateTime range and Resource.

 See Also