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