Gets the date/time calendar cells that corresponds to the specified DateTime range.
Namespace: MindFusion.Scheduling
Assembly: Calendar.js
JavaScript
![]() |
---|
function getTimeCells (startTime, [endTime, [isEndTime, [resource]]]) |
Type: DateTime
The start time of the range.
Type: DateTime
The end time of the range.
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.
Type: Object
The resource to search for.
Type: Array
The cells that corresponds to the specified DateTime range.
The structure of the cell object is discussed in detail in this topic.