Gets the calendar view cells that corresponds to the specified DateTime range and the specified Resource.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
function getTimeCells (startTime, [endTime, [isEndTime, [resource]]]) |
DateTime. The start time of the range.
DateTime. The end time of the range.
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. The resource to search for.
An array of ViewCell objects that correspond to the specified DateTime range and Resource.